Html Css Color HEX #016AC8 Navy Blue

📋 copy color: '#016AC8'

red 1 ◦ green 106 ◦ blue 200

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

Shades of Navy Blue #016AC8

Tints of Navy Blue #016AC8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.53%

 BLUE value IS 200 (78.52% from 255) = 65.15%

R = 0.33%
G = 34.53%
B = 65.15%

CMYK

 C value IS 1.00

 M value IS 0.47

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#016AC8 (or 0x016AC8) is known color: Navy Blue. HEX triplet: 01, 6A and C8. RGB value is (1,106,200). Sum of RGB (Red+Green+Blue) = 1+106+200=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 200 (78.52% from 255 or 65.15% from 307); Max value from RGB is 200 - color contains mainly: blue. Hex color #016AC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016AC8 is #FE9537. Grayscale: #545454. Windows color (decimal): -16684344 or 13134337. OLE color: 13134337.

HSL color Cylindrical-coordinate representation of color #016AC8: hue angle of 208.34º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016AC8 is Cyan = 1.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 1 106 200 -
CMYK 1.00 0.47 0 0.22
HSL 208.34º 0.99% 0.39% -
HSV(B) 208.34º 1% 0.78% -
XYZ 15.59 14.48 56.62 -
YUV 85.32 192.71 67.86 -
System Red Green Blue C M Y K H S L
Decimal 1 106 200 1.00 0.47 0 0.22 208.34 0.99 0.39
Hex 1 6A C8 64 2F 0 16 D0 63 27
Octal 1 152 310 144 57 0 26 320 143 47
Binary 1 1101010 11001000 1100100 101111 0 10110 11010000 1100011 100111

Color Harmonies of #016AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016AC8

Black with #016AC8

Text Example


Text Example

White with #016AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,106,200); }

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

background-color css

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

 a { background-color: rgb(1,106,200); }

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

border-color css

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

 span { border-color: rgb(1,106,200); }

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