Html Css Color HEX #0E2DAB Egyptian Blue

📋 copy color: '#0E2DAB'

red 14 ◦ green 45 ◦ blue 171

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

Shades of Egyptian Blue #0E2DAB

Tints of Egyptian Blue #0E2DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.57%

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

R = 6.09%
G = 19.57%
B = 74.35%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E2DAB (or 0x0E2DAB) is known color: Egyptian Blue. HEX triplet: 0E, 2D and AB. RGB value is (14,45,171). Sum of RGB (Red+Green+Blue) = 14+45+171=230 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.09% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 171 (67.19% from 255 or 74.35% from 230); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E2DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2DAB is #F1D254. Grayscale: #313131. Windows color (decimal): -15848021 or 11218190. OLE color: 11218190.

HSL color Cylindrical-coordinate representation of color #0E2DAB: hue angle of 228.15º 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 #0E2DAB is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 45 171 -
CMYK 0.92 0.74 0 0.33
HSL 228.15º 0.85% 0.36% -
HSV(B) 228.15º 0.92% 0.67% -
XYZ 8.47 4.91 39.03 -
YUV 50.1 196.23 102.25 -
System Red Green Blue C M Y K H S L
Decimal 14 45 171 0.92 0.74 0 0.33 228.15 0.85 0.36
Hex E 2D AB 5C 4A 0 21 E4 55 24
Octal 16 55 253 134 112 0 41 344 125 44
Binary 1110 101101 10101011 1011100 1001010 0 100001 11100100 1010101 100100

Color Harmonies of #0E2DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2DAB

Black with #0E2DAB

Text Example


Text Example

White with #0E2DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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