COLOR #0135AF

HEX: #0135AF RGB: (1,53,175)

Color info

#0135AF contains mainly blue color. Web safe color of #0135AF is #003399 (or #039).

RGB color model

#0135AF color RGB value is (1,53,175).

RGB: (1,53,175) (0%, 21%, 69%)

RGB channels and saturation

R 1 of 255 = 0%
G 53 of 255 = 21%
B 175 of 255 = 69%

1
53
175

R + G + B ~ 30%. #0135AF is quite dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 53 + 175 = 229 (100%)
R 1 of 229 ~ 0.44%
G 53 of 229 ~ 23.14%
B 175 of 229 ~ 76.42'%

%23.14
%76.42

CMYK color model

#0135AF color CMYK value is (99,70,0,31).

  • cyan value is 99.43%
  • magenta value is 69.71%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (99,70,0,31)
C99M70Y0K31 (99%, 70%, 0%, 31%)
(0.99 / 0.70 / 0.00 / 0.31)

CMYK percentages

%99.43
%69.71
%0
%31.37

Codes

Color #0135AF in popluar color models

01 35 AF
RGB 1 53 175
HSL 222° 98.86% 34.51%
HSB/HSV 222° 99.43% 68.63%
CMYK 99.43% 69.71% 0.00%
31.37%

Color #0135AF in popluar number systems.

HEX 01 35 AF
Decimal 1 53 175
Binary 1 110101 10101111
Octal 1 65 257

Shades and tints

Shades of #0135AF

#0135AF
(1,53,175)
#0131A0
(1,49,160)
#012D91
(1,45,145)
#012982
(1,41,130)
#012573
(1,37,115)
#012164
(1,33,100)
#011D55
(1,29,85)
#011946
(1,25,70)
#011537
(1,21,55)
#011128
(1,17,40)
#010D19
(1,13,25)
#000000
(0,0,0)

Tints of #0135AF

#0135AF
(1,53,175)
#1847B6
(24,71,182)
#2F59BD
(47,89,189)
#466BC4
(70,107,196)
#5D7DCB
(93,125,203)
#748FD2
(116,143,210)
#8BA1D9
(139,161,217)
#A2B3E0
(162,179,224)
#B9C5E7
(185,197,231)
#D0D7EE
(208,215,238)
#E7E9F5
(231,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0135AF color. Also use rgb(1,53,175) instead hex code.

Text Font Color

.myTextColor { color: #0135AF; }

<p style="color:#0135AF">This sample text font color is #0135AF.</p>

This text font color is #0135AF.

Background Color

.myBgColor { background-color: #0135AF; }

<div style="background-color:#0135AF">Inner text</div>

This div background color is #0135AF.

Border color

.myBorderColor { border: 1px solid #0135AF; }

<div style="border:3px solid #0135AF">Div</div>

This div border color is #0135AF.

Opacity

.myOpacity80 { color: #0135AF; opacity: 0.8; }

<p style="color:#0135AF;opacity:0.8;">80%</p>

Text with #0135AF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0135AF;}

<p style="text-shadow: 3px 3px 1px #0135AF">Text here.</p>

This text has shadow with #0135AF color.


.textShadow {text-shadow: 3px 3px 1px #0135AF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0135AF, 5px 5px 20px red">Text here.</p>

This text has shadow with #0135AF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0135AF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0135AF, Direction=45, Strength=4)">Text</p>

This text has shadow with #0135AF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #0135AF;
-webkit-box-shadow: 1px 1px 3px 2px #0135AF;
box-shadow: 1px 1px 3px 2px #0135AF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0135AF; -webkit-box-shadow: 1px 1px 3px 2px #0135AF; box-shadow:1px 1px 3px 2px #0135AF;">
Div content here
</div>

This div box has shadow with color #0135AF.

Preview

Color preview on black background

This text has color #0135AF on black background.


Color preview on white background

This text has color #0135AF on white background.


Black color preview on #0135AF background

This text has black color on #0135AF background.


White color preview on #0135AF background

This text has white color on #0135AF background.


Related colors

Complementary color

Complementary color for #hex is #FECA50.


I love getcolorcode.com

Triadic colors

1 #AF0135 and #35AF01 with #0135AF are triadic colors.

2 #AF3501 and #3501AF with #0135AF are triadic colors.