Html Css Color HEX #0E3EAB Egyptian Blue

📋 copy color: '#0E3EAB'

red 14 ◦ green 62 ◦ blue 171

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

Shades of Egyptian Blue #0E3EAB

Tints of Egyptian Blue #0E3EAB

RGB

 RED value IS 14 (5.86% from 255) = 5.67%

 GREEN value IS 62 (24.61% from 255) = 25.1%

 BLUE value IS 171 (67.19% from 255) = 69.23%

R = 5.67%
G = 25.1%
B = 69.23%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E3EAB (or 0x0E3EAB) is known color: Egyptian Blue. HEX triplet: 0E, 3E and AB. RGB value is (14,62,171). Sum of RGB (Red+Green+Blue) = 14+62+171=247 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.67% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E3EAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3EAB is #F1C154. Grayscale: #3B3B3B. Windows color (decimal): -15843669 or 11222542. OLE color: 11222542.

HSL color Cylindrical-coordinate representation of color #0E3EAB: hue angle of 221.66º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E3EAB is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 62 171 -
CMYK 0.92 0.64 0 0.33
HSL 221.66º 0.85% 0.36% -
HSV(B) 221.66º 0.92% 0.67% -
XYZ 9.25 6.48 39.29 -
YUV 60.07 190.6 95.14 -
System Red Green Blue C M Y K H S L
Decimal 14 62 171 0.92 0.64 0 0.33 221.66 0.85 0.36
Hex E 3E AB 5C 40 0 21 DE 55 24
Octal 16 76 253 134 100 0 41 336 125 44
Binary 1110 111110 10101011 1011100 1000000 0 100001 11011110 1010101 100100

Color Harmonies of #0E3EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3EAB

Black with #0E3EAB

Text Example


Text Example

White with #0E3EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E3EAB; }

 p { color: rgb(14,62,171); }

 H1.HeaderClassName
 {
   color: #0E3EAB;
 }
 .AnyTagClassName
 {
   color: #0E3EAB;
 }
</style>

background-color css

<style>
 a { background-color: #0E3EAB; }

 a { background-color: rgb(14,62,171); }

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

border-color css

<style>
 span { border-color: #0E3EAB; }

 span { border-color: rgb(14,62,171); }

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