Html Css Color HEX #016EEB Navy Blue

📋 copy color: '#016EEB'

red 1 ◦ green 110 ◦ blue 235

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

Shades of Navy Blue #016EEB

Tints of Navy Blue #016EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 67.92%

R = 0.29%
G = 31.79%
B = 67.92%

CMYK

 C value IS 1.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#016EEB (or 0x016EEB) is known color: Navy Blue. HEX triplet: 01, 6E and EB. RGB value is (1,110,235). Sum of RGB (Red+Green+Blue) = 1+110+235=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 235 (92.19% from 255 or 67.92% from 346); Max value from RGB is 235 - color contains mainly: blue. Hex color #016EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016EEB is #FE9114. Grayscale: #5B5B5B. Windows color (decimal): -16683285 or 15429121. OLE color: 15429121.

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

Color convert

RGB 1 110 235 -
CMYK 1.00 0.53 0 0.08
HSL 212.05º 0.99% 0.46% -
HSV(B) 212.05º 1% 0.92% -
XYZ 20.58 17.16 80.82 -
YUV 91.66 208.89 63.34 -
System Red Green Blue C M Y K H S L
Decimal 1 110 235 1.00 0.53 0 0.08 212.05 0.99 0.46
Hex 1 6E EB 64 35 0 8 D4 63 2E
Octal 1 156 353 144 65 0 10 324 143 56
Binary 1 1101110 11101011 1100100 110101 0 1000 11010100 1100011 101110

Color Harmonies of #016EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016EEB

Black with #016EEB

Text Example


Text Example

White with #016EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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