Html Css Color HEX #017ACB Navy Blue

📋 copy color: '#017ACB'

red 1 ◦ green 122 ◦ blue 203

#017ACB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #017ACB

Tints of Navy Blue #017ACB

RGB

 RED value IS 1 (0.78% from 255) = 0.31%

 GREEN value IS 122 (48.05% from 255) = 37.42%

 BLUE value IS 203 (79.69% from 255) = 62.27%

R = 0.31%
G = 37.42%
B = 62.27%

CMYK

 C value IS 1.00

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#017ACB (or 0x017ACB) is known color: Navy Blue. HEX triplet: 01, 7A and CB. RGB value is (1,122,203). Sum of RGB (Red+Green+Blue) = 1+122+203=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #017ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017ACB is #FE8534. Grayscale: #5E5E5E. Windows color (decimal): -16680245 or 13335041. OLE color: 13335041.

HSL color Cylindrical-coordinate representation of color #017ACB: hue angle of 204.06º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017ACB is Cyan = 1.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 122 203 -
CMYK 1.00 0.40 0 0.20
HSL 204.06º 0.99% 0.4% -
HSV(B) 204.06º 1% 0.8% -
XYZ 17.75 18.24 59.08 -
YUV 95.06 188.91 60.91 -
System Red Green Blue C M Y K H S L
Decimal 1 122 203 1.00 0.40 0 0.20 204.06 0.99 0.4
Hex 1 7A CB 64 28 0 14 CC 63 28
Octal 1 172 313 144 50 0 24 314 143 50
Binary 1 1111010 11001011 1100100 101000 0 10100 11001100 1100011 101000

Color Harmonies of #017ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017ACB

Black with #017ACB

Text Example


Text Example

White with #017ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017ACB; }

 p { color: rgb(1,122,203); }

 H1.HeaderClassName
 {
   color: #017ACB;
 }
 .AnyTagClassName
 {
   color: #017ACB;
 }
</style>

background-color css

<style>
 a { background-color: #017ACB; }

 a { background-color: rgb(1,122,203); }

 div.DivClassName
 {
   background-color: #017ACB;
 }
 .BgClassName
 {
   background-color: #017ACB;
 }
</style>

border-color css

<style>
 span { border-color: #017ACB; }

 span { border-color: rgb(1,122,203); }

 td.TdClassName
 {
   border-color: #017ACB;
 }
 .TagClassName
 {
   border-color: #017ACB;
 }
</style>