Html Css Color HEX #016CC9 Navy Blue

📋 copy color: '#016CC9'

red 1 ◦ green 108 ◦ blue 201

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

Shades of Navy Blue #016CC9

Tints of Navy Blue #016CC9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.84%

 BLUE value IS 201 (78.91% from 255) = 64.84%

R = 0.32%
G = 34.84%
B = 64.84%

CMYK

 C value IS 1.00

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#016CC9 (or 0x016CC9) is known color: Navy Blue. HEX triplet: 01, 6C and C9. RGB value is (1,108,201). Sum of RGB (Red+Green+Blue) = 1+108+201=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 201 (78.91% from 255 or 64.84% from 310); Max value from RGB is 201 - color contains mainly: blue. Hex color #016CC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016CC9 is #FE9336. Grayscale: #565656. Windows color (decimal): -16683831 or 13200385. OLE color: 13200385.

HSL color Cylindrical-coordinate representation of color #016CC9: hue angle of 207.9º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016CC9 is Cyan = 1.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 108 201 -
CMYK 1.00 0.46 0 0.21
HSL 207.9º 0.99% 0.4% -
HSV(B) 207.9º 1% 0.79% -
XYZ 15.92 14.95 57.3 -
YUV 86.61 192.55 66.94 -
System Red Green Blue C M Y K H S L
Decimal 1 108 201 1.00 0.46 0 0.21 207.9 0.99 0.4
Hex 1 6C C9 64 2E 0 15 D0 63 28
Octal 1 154 311 144 56 0 25 320 143 50
Binary 1 1101100 11001001 1100100 101110 0 10101 11010000 1100011 101000

Color Harmonies of #016CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016CC9

Black with #016CC9

Text Example


Text Example

White with #016CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,108,201); }

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

background-color css

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

 a { background-color: rgb(1,108,201); }

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

border-color css

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

 span { border-color: rgb(1,108,201); }

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