Html Css Color HEX #016EEA Navy Blue

📋 copy color: '#016EEA'

red 1 ◦ green 110 ◦ blue 234

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

Shades of Navy Blue #016EEA

Tints of Navy Blue #016EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 67.83%

R = 0.29%
G = 31.88%
B = 67.83%

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

#016EEA (or 0x016EEA) is known color: Navy Blue. HEX triplet: 01, 6E and EA. RGB value is (1,110,234). Sum of RGB (Red+Green+Blue) = 1+110+234=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #016EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016EEA is #FE9115. Grayscale: #5A5A5A. Windows color (decimal): -16683286 or 15363585. OLE color: 15363585.

HSL color Cylindrical-coordinate representation of color #016EEA: hue angle of 211.93º 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 #016EEA is Cyan = 1.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 110 234 -
CMYK 1.00 0.53 0 0.08
HSL 211.93º 0.99% 0.46% -
HSV(B) 211.93º 1% 0.92% -
XYZ 20.44 17.1 80.07 -
YUV 91.55 208.39 63.42 -
System Red Green Blue C M Y K H S L
Decimal 1 110 234 1.00 0.53 0 0.08 211.93 0.99 0.46
Hex 1 6E EA 64 35 0 8 D4 63 2E
Octal 1 156 352 144 65 0 10 324 143 56
Binary 1 1101110 11101010 1100100 110101 0 1000 11010100 1100011 101110

Color Harmonies of #016EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016EEA

Black with #016EEA

Text Example


Text Example

White with #016EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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