Html Css Color HEX #016EEF Navy Blue

📋 copy color: '#016EEF'

red 1 ◦ green 110 ◦ blue 239

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

Shades of Navy Blue #016EEF

Tints of Navy Blue #016EEF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.43%

 BLUE value IS 239 (93.75% from 255) = 68.29%

R = 0.29%
G = 31.43%
B = 68.29%

CMYK

 C value IS 1.00

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#016EEF (or 0x016EEF) is known color: Navy Blue. HEX triplet: 01, 6E and EF. RGB value is (1,110,239). Sum of RGB (Red+Green+Blue) = 1+110+239=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #016EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016EEF is #FE9110. Grayscale: #5B5B5B. Windows color (decimal): -16683281 or 15691265. OLE color: 15691265.

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

Color convert

RGB 1 110 239 -
CMYK 1.00 0.54 0 0.06
HSL 212.52º 0.99% 0.47% -
HSV(B) 212.52º 1% 0.94% -
XYZ 21.17 17.39 83.9 -
YUV 92.12 210.89 63.01 -
System Red Green Blue C M Y K H S L
Decimal 1 110 239 1.00 0.54 0 0.06 212.52 0.99 0.47
Hex 1 6E EF 64 36 0 6 D5 63 2F
Octal 1 156 357 144 66 0 6 325 143 57
Binary 1 1101110 11101111 1100100 110110 0 110 11010101 1100011 101111

Color Harmonies of #016EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016EEF

Black with #016EEF

Text Example


Text Example

White with #016EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,110,239); }

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

background-color css

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

 a { background-color: rgb(1,110,239); }

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

border-color css

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

 span { border-color: rgb(1,110,239); }

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