Html Css Color HEX #0E1AAB Egyptian Blue

📋 copy color: '#0E1AAB'

red 14 ◦ green 26 ◦ blue 171

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

Shades of Egyptian Blue #0E1AAB

Tints of Egyptian Blue #0E1AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.32%

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

R = 6.64%
G = 12.32%
B = 81.04%

CMYK

 C value IS 0.92

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E1AAB (or 0x0E1AAB) is known color: Egyptian Blue. HEX triplet: 0E, 1A and AB. RGB value is (14,26,171). Sum of RGB (Red+Green+Blue) = 14+26+171=211 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.64% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 171 (67.19% from 255 or 81.04% from 211); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E1AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E1AAB is #F1E554. Grayscale: #262626. Windows color (decimal): -15852885 or 11213326. OLE color: 11213326.

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

Color convert

RGB 14 26 171 -
CMYK 0.92 0.85 0 0.33
HSL 235.41º 0.85% 0.36% -
HSV(B) 235.41º 0.92% 0.67% -
XYZ 7.9 3.77 38.84 -
YUV 38.94 202.52 110.21 -
System Red Green Blue C M Y K H S L
Decimal 14 26 171 0.92 0.85 0 0.33 235.41 0.85 0.36
Hex E 1A AB 5C 55 0 21 EB 55 24
Octal 16 32 253 134 125 0 41 353 125 44
Binary 1110 11010 10101011 1011100 1010101 0 100001 11101011 1010101 100100

Color Harmonies of #0E1AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1AAB

Black with #0E1AAB

Text Example


Text Example

White with #0E1AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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