Html Css Color HEX #016DCB Navy Blue

📋 copy color: '#016DCB'

red 1 ◦ green 109 ◦ blue 203

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

Shades of Navy Blue #016DCB

Tints of Navy Blue #016DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.82%

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

R = 0.32%
G = 34.82%
B = 64.86%

CMYK

 C value IS 1.00

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#016DCB (or 0x016DCB) is known color: Navy Blue. HEX triplet: 01, 6D and CB. RGB value is (1,109,203). Sum of RGB (Red+Green+Blue) = 1+109+203=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #016DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016DCB is #FE9234. Grayscale: #565656. Windows color (decimal): -16683573 or 13331713. OLE color: 13331713.

HSL color Cylindrical-coordinate representation of color #016DCB: hue angle of 207.92º 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 #016DCB is Cyan = 1.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 109 203 -
CMYK 1.00 0.46 0 0.20
HSL 207.92º 0.99% 0.4% -
HSV(B) 207.92º 1% 0.8% -
XYZ 16.26 15.26 58.59 -
YUV 87.42 193.22 66.36 -
System Red Green Blue C M Y K H S L
Decimal 1 109 203 1.00 0.46 0 0.20 207.92 0.99 0.4
Hex 1 6D CB 64 2E 0 14 D0 63 28
Octal 1 155 313 144 56 0 24 320 143 50
Binary 1 1101101 11001011 1100100 101110 0 10100 11010000 1100011 101000

Color Harmonies of #016DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016DCB

Black with #016DCB

Text Example


Text Example

White with #016DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016DCB; }

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

 H1.HeaderClassName
 {
   color: #016DCB;
 }
 .AnyTagClassName
 {
   color: #016DCB;
 }
</style>

background-color css

<style>
 a { background-color: #016DCB; }

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

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

border-color css

<style>
 span { border-color: #016DCB; }

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

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