Html Css Color HEX #016BCC Navy Blue

📋 copy color: '#016BCC'

red 1 ◦ green 107 ◦ blue 204

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

Shades of Navy Blue #016BCC

Tints of Navy Blue #016BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.29%

 BLUE value IS 204 (80.08% from 255) = 65.38%

R = 0.32%
G = 34.29%
B = 65.38%

CMYK

 C value IS 1.00

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#016BCC (or 0x016BCC) is known color: Navy Blue. HEX triplet: 01, 6B and CC. RGB value is (1,107,204). Sum of RGB (Red+Green+Blue) = 1+107+204=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #016BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016BCC is #FE9433. Grayscale: #555555. Windows color (decimal): -16684084 or 13396737. OLE color: 13396737.

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

Color convert

RGB 1 107 204 -
CMYK 1.00 0.48 0 0.2
HSL 208.67º 0.99% 0.4% -
HSV(B) 208.67º 1% 0.8% -
XYZ 16.17 14.88 59.15 -
YUV 86.36 194.38 67.11 -
System Red Green Blue C M Y K H S L
Decimal 1 107 204 1.00 0.48 0 0.2 208.67 0.99 0.4
Hex 1 6B CC 64 30 0 14 D1 63 28
Octal 1 153 314 144 60 0 24 321 143 50
Binary 1 1101011 11001100 1100100 110000 0 10100 11010001 1100011 101000

Color Harmonies of #016BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016BCC

Black with #016BCC

Text Example


Text Example

White with #016BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,107,204); }

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

background-color css

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

 a { background-color: rgb(1,107,204); }

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

border-color css

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

 span { border-color: rgb(1,107,204); }

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