Html Css Color HEX #0E28AA Egyptian Blue

📋 copy color: '#0E28AA'

red 14 ◦ green 40 ◦ blue 170

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

Shades of Egyptian Blue #0E28AA

Tints of Egyptian Blue #0E28AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 75.89%

R = 6.25%
G = 17.86%
B = 75.89%

CMYK

 C value IS 0.92

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E28AA (or 0x0E28AA) is known color: Egyptian Blue. HEX triplet: 0E, 28 and AA. RGB value is (14,40,170). Sum of RGB (Red+Green+Blue) = 14+40+170=224 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.25% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 170 (66.80% from 255 or 75.89% from 224); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E28AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E28AA is #F1D755. Grayscale: #2E2E2E. Windows color (decimal): -15849302 or 11151374. OLE color: 11151374.

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

Color convert

RGB 14 40 170 -
CMYK 0.92 0.76 0 0.33
HSL 230º 0.85% 0.36% -
HSV(B) 230º 0.92% 0.67% -
XYZ 8.2 4.51 38.47 -
YUV 47.05 197.39 104.43 -
System Red Green Blue C M Y K H S L
Decimal 14 40 170 0.92 0.76 0 0.33 230 0.85 0.36
Hex E 28 AA 5C 4C 0 21 E6 55 24
Octal 16 50 252 134 114 0 41 346 125 44
Binary 1110 101000 10101010 1011100 1001100 0 100001 11100110 1010101 100100

Color Harmonies of #0E28AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E28AA

Black with #0E28AA

Text Example


Text Example

White with #0E28AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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