Html Css Color HEX #0E25AB Egyptian Blue

📋 copy color: '#0E25AB'

red 14 ◦ green 37 ◦ blue 171

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

Shades of Egyptian Blue #0E25AB

Tints of Egyptian Blue #0E25AB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.67%

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

R = 6.31%
G = 16.67%
B = 77.03%

CMYK

 C value IS 0.92

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E25AB (or 0x0E25AB) is known color: Egyptian Blue. HEX triplet: 0E, 25 and AB. RGB value is (14,37,171). Sum of RGB (Red+Green+Blue) = 14+37+171=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 171 (67.19% from 255 or 77.03% from 222); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E25AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E25AB is #F1DA54. Grayscale: #2C2C2C. Windows color (decimal): -15850069 or 11216142. OLE color: 11216142.

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

Color convert

RGB 14 37 171 -
CMYK 0.92 0.78 0 0.33
HSL 231.21º 0.85% 0.36% -
HSV(B) 231.21º 0.92% 0.67% -
XYZ 8.19 4.36 38.94 -
YUV 45.4 198.88 105.6 -
System Red Green Blue C M Y K H S L
Decimal 14 37 171 0.92 0.78 0 0.33 231.21 0.85 0.36
Hex E 25 AB 5C 4E 0 21 E7 55 24
Octal 16 45 253 134 116 0 41 347 125 44
Binary 1110 100101 10101011 1011100 1001110 0 100001 11100111 1010101 100100

Color Harmonies of #0E25AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E25AB

Black with #0E25AB

Text Example


Text Example

White with #0E25AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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