Html Css Color HEX #016FCC Navy Blue

📋 copy color: '#016FCC'

red 1 ◦ green 111 ◦ blue 204

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

Shades of Navy Blue #016FCC

Tints of Navy Blue #016FCC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.13%

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

R = 0.32%
G = 35.13%
B = 64.56%

CMYK

 C value IS 1.00

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#016FCC (or 0x016FCC) is known color: Navy Blue. HEX triplet: 01, 6F and CC. RGB value is (1,111,204). Sum of RGB (Red+Green+Blue) = 1+111+204=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #016FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016FCC is #FE9033. Grayscale: #585858. Windows color (decimal): -16683060 or 13397761. OLE color: 13397761.

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

Color convert

RGB 1 111 204 -
CMYK 1.00 0.46 0 0.2
HSL 207.49º 0.99% 0.4% -
HSV(B) 207.49º 1% 0.8% -
XYZ 16.6 15.73 59.29 -
YUV 88.71 193.06 65.44 -
System Red Green Blue C M Y K H S L
Decimal 1 111 204 1.00 0.46 0 0.2 207.49 0.99 0.4
Hex 1 6F CC 64 2E 0 14 CF 63 28
Octal 1 157 314 144 56 0 24 317 143 50
Binary 1 1101111 11001100 1100100 101110 0 10100 11001111 1100011 101000

Color Harmonies of #016FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016FCC

Black with #016FCC

Text Example


Text Example

White with #016FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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