Html Css Color HEX #016DEC Navy Blue

📋 copy color: '#016DEC'

red 1 ◦ green 109 ◦ blue 236

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

Shades of Navy Blue #016DEC

Tints of Navy Blue #016DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 68.21%

R = 0.29%
G = 31.5%
B = 68.21%

CMYK

 C value IS 1.00

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#016DEC (or 0x016DEC) is known color: Navy Blue. HEX triplet: 01, 6D and EC. RGB value is (1,109,236). Sum of RGB (Red+Green+Blue) = 1+109+236=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 236 (92.58% from 255 or 68.21% from 346); Max value from RGB is 236 - color contains mainly: blue. Hex color #016DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016DEC is #FE9213. Grayscale: #5A5A5A. Windows color (decimal): -16683540 or 15494401. OLE color: 15494401.

HSL color Cylindrical-coordinate representation of color #016DEC: hue angle of 212.43º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016DEC is Cyan = 1.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 109 236 -
CMYK 1.00 0.54 0 0.07
HSL 212.43º 0.99% 0.46% -
HSV(B) 212.43º 1% 0.93% -
XYZ 20.62 17 81.55 -
YUV 91.19 209.72 63.67 -
System Red Green Blue C M Y K H S L
Decimal 1 109 236 1.00 0.54 0 0.07 212.43 0.99 0.46
Hex 1 6D EC 64 36 0 7 D4 63 2E
Octal 1 155 354 144 66 0 7 324 143 56
Binary 1 1101101 11101100 1100100 110110 0 111 11010100 1100011 101110

Color Harmonies of #016DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016DEC

Black with #016DEC

Text Example


Text Example

White with #016DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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