Html Css Color HEX #016CDC Navy Blue

📋 copy color: '#016CDC'

red 1 ◦ green 108 ◦ blue 220

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

Shades of Navy Blue #016CDC

Tints of Navy Blue #016CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 66.87%

R = 0.3%
G = 32.83%
B = 66.87%

CMYK

 C value IS 1.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#016CDC (or 0x016CDC) is known color: Navy Blue. HEX triplet: 01, 6C and DC. RGB value is (1,108,220). Sum of RGB (Red+Green+Blue) = 1+108+220=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #016CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016CDC is #FE9323. Grayscale: #585858. Windows color (decimal): -16683812 or 14445569. OLE color: 14445569.

HSL color Cylindrical-coordinate representation of color #016CDC: hue angle of 210.68º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016CDC is Cyan = 1.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 108 220 -
CMYK 1.00 0.51 0 0.14
HSL 210.68º 0.99% 0.43% -
HSV(B) 210.68º 1% 0.86% -
XYZ 18.29 15.9 69.81 -
YUV 88.78 202.05 65.39 -
System Red Green Blue C M Y K H S L
Decimal 1 108 220 1.00 0.51 0 0.14 210.68 0.99 0.43
Hex 1 6C DC 64 33 0 E D3 63 2B
Octal 1 154 334 144 63 0 16 323 143 53
Binary 1 1101100 11011100 1100100 110011 0 1110 11010011 1100011 101011

Color Harmonies of #016CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016CDC

Black with #016CDC

Text Example


Text Example

White with #016CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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