Html Css Color HEX #016ACD Navy Blue

📋 copy color: '#016ACD'

red 1 ◦ green 106 ◦ blue 205

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

Shades of Navy Blue #016ACD

Tints of Navy Blue #016ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 65.71%

R = 0.32%
G = 33.97%
B = 65.71%

CMYK

 C value IS 1.00

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#016ACD (or 0x016ACD) is known color: Navy Blue. HEX triplet: 01, 6A and CD. RGB value is (1,106,205). Sum of RGB (Red+Green+Blue) = 1+106+205=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 205 (80.47% from 255 or 65.71% from 312); Max value from RGB is 205 - color contains mainly: blue. Hex color #016ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016ACD is #FE9532. Grayscale: #555555. Windows color (decimal): -16684339 or 13462017. OLE color: 13462017.

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

Color convert

RGB 1 106 205 -
CMYK 1.00 0.48 0 0.20
HSL 209.12º 0.99% 0.4% -
HSV(B) 209.12º 1% 0.8% -
XYZ 16.19 14.72 59.75 -
YUV 85.89 195.21 67.45 -
System Red Green Blue C M Y K H S L
Decimal 1 106 205 1.00 0.48 0 0.20 209.12 0.99 0.4
Hex 1 6A CD 64 30 0 14 D1 63 28
Octal 1 152 315 144 60 0 24 321 143 50
Binary 1 1101010 11001101 1100100 110000 0 10100 11010001 1100011 101000

Color Harmonies of #016ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016ACD

Black with #016ACD

Text Example


Text Example

White with #016ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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