Html Css Color HEX #016CDE Navy Blue

📋 copy color: '#016CDE'

red 1 ◦ green 108 ◦ blue 222

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

Shades of Navy Blue #016CDE

Tints of Navy Blue #016CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 67.07%

R = 0.3%
G = 32.63%
B = 67.07%

CMYK

 C value IS 1.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#016CDE (or 0x016CDE) is known color: Navy Blue. HEX triplet: 01, 6C and DE. RGB value is (1,108,222). Sum of RGB (Red+Green+Blue) = 1+108+222=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 222 (87.11% from 255 or 67.07% from 331); Max value from RGB is 222 - color contains mainly: blue. Hex color #016CDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016CDE is #FE9321. Grayscale: #585858. Windows color (decimal): -16683810 or 14576641. OLE color: 14576641.

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

Color convert

RGB 1 108 222 -
CMYK 1.00 0.51 0 0.13
HSL 210.95º 0.99% 0.44% -
HSV(B) 210.95º 1% 0.87% -
XYZ 18.56 16.01 71.22 -
YUV 89 203.05 65.23 -
System Red Green Blue C M Y K H S L
Decimal 1 108 222 1.00 0.51 0 0.13 210.95 0.99 0.44
Hex 1 6C DE 64 33 0 D D3 63 2C
Octal 1 154 336 144 63 0 15 323 143 54
Binary 1 1101100 11011110 1100100 110011 0 1101 11010011 1100011 101100

Color Harmonies of #016CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016CDE

Black with #016CDE

Text Example


Text Example

White with #016CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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