Html Css Color HEX #016DCE Navy Blue

📋 copy color: '#016DCE'

red 1 ◦ green 109 ◦ blue 206

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

Shades of Navy Blue #016DCE

Tints of Navy Blue #016DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.49%

 BLUE value IS 206 (80.86% from 255) = 65.19%

R = 0.32%
G = 34.49%
B = 65.19%

CMYK

 C value IS 1.00

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#016DCE (or 0x016DCE) is known color: Navy Blue. HEX triplet: 01, 6D and CE. RGB value is (1,109,206). Sum of RGB (Red+Green+Blue) = 1+109+206=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #016DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016DCE is #FE9231. Grayscale: #575757. Windows color (decimal): -16683570 or 13528321. OLE color: 13528321.

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

Color convert

RGB 1 109 206 -
CMYK 1.00 0.47 0 0.19
HSL 208.39º 0.99% 0.41% -
HSV(B) 208.39º 1% 0.81% -
XYZ 16.62 15.4 60.49 -
YUV 87.77 194.72 66.11 -
System Red Green Blue C M Y K H S L
Decimal 1 109 206 1.00 0.47 0 0.19 208.39 0.99 0.41
Hex 1 6D CE 64 2F 0 13 D0 63 29
Octal 1 155 316 144 57 0 23 320 143 51
Binary 1 1101101 11001110 1100100 101111 0 10011 11010000 1100011 101001

Color Harmonies of #016DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016DCE

Black with #016DCE

Text Example


Text Example

White with #016DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,109,206); }

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

background-color css

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

 a { background-color: rgb(1,109,206); }

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

border-color css

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

 span { border-color: rgb(1,109,206); }

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