Html Css Color HEX #0E2897 Egyptian Blue

📋 copy color: '#0E2897'

red 14 ◦ green 40 ◦ blue 151

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

Shades of Egyptian Blue #0E2897

Tints of Egyptian Blue #0E2897

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.51%

 BLUE value IS 151 (59.38% from 255) = 73.66%

R = 6.83%
G = 19.51%
B = 73.66%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0E2897 (or 0x0E2897) is known color: Egyptian Blue. HEX triplet: 0E, 28 and 97. RGB value is (14,40,151). Sum of RGB (Red+Green+Blue) = 14+40+151=205 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.83% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 151 (59.38% from 255 or 73.66% from 205); Max value from RGB is 151 - color contains mainly: blue. Hex color #0E2897 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2897 is #F1D768. Grayscale: #2C2C2C. Windows color (decimal): -15849321 or 9906190. OLE color: 9906190.

HSL color Cylindrical-coordinate representation of color #0E2897: hue angle of 228.61º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E2897 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 14 40 151 -
CMYK 0.91 0.74 0 0.41
HSL 228.61º 0.83% 0.32% -
HSV(B) 228.61º 0.91% 0.59% -
XYZ 6.53 3.85 29.68 -
YUV 44.88 187.89 105.97 -
System Red Green Blue C M Y K H S L
Decimal 14 40 151 0.91 0.74 0 0.41 228.61 0.83 0.32
Hex E 28 97 5B 4A 0 29 E5 53 20
Octal 16 50 227 133 112 0 51 345 123 40
Binary 1110 101000 10010111 1011011 1001010 0 101001 11100101 1010011 100000

Color Harmonies of #0E2897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2897

Black with #0E2897

Text Example


Text Example

White with #0E2897

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,40,151); }

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

background-color css

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

 a { background-color: rgb(14,40,151); }

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

border-color css

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

 span { border-color: rgb(14,40,151); }

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