Html Css Color HEX #0E1BAE Egyptian Blue

📋 copy color: '#0E1BAE'

red 14 ◦ green 27 ◦ blue 174

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

Shades of Egyptian Blue #0E1BAE

Tints of Egyptian Blue #0E1BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.56%

 BLUE value IS 174 (68.36% from 255) = 80.93%

R = 6.51%
G = 12.56%
B = 80.93%

CMYK

 C value IS 0.92

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0E1BAE (or 0x0E1BAE) is known color: Egyptian Blue. HEX triplet: 0E, 1B and AE. RGB value is (14,27,174). Sum of RGB (Red+Green+Blue) = 14+27+174=215 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.51% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 174 (68.36% from 255 or 80.93% from 215); Max value from RGB is 174 - color contains mainly: blue. Hex color #0E1BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E1BAE is #F1E451. Grayscale: #272727. Windows color (decimal): -15852626 or 11410190. OLE color: 11410190.

HSL color Cylindrical-coordinate representation of color #0E1BAE: hue angle of 235.12º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E1BAE is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 14 27 174 -
CMYK 0.92 0.84 0 0.32
HSL 235.13º 0.85% 0.37% -
HSV(B) 235.13º 0.92% 0.68% -
XYZ 8.21 3.93 40.37 -
YUV 39.87 203.69 109.55 -
System Red Green Blue C M Y K H S L
Decimal 14 27 174 0.92 0.84 0 0.32 235.13 0.85 0.37
Hex E 1B AE 5C 54 0 20 EB 55 25
Octal 16 33 256 134 124 0 40 353 125 45
Binary 1110 11011 10101110 1011100 1010100 0 100000 11101011 1010101 100101

Color Harmonies of #0E1BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1BAE

Black with #0E1BAE

Text Example


Text Example

White with #0E1BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,27,174); }

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

background-color css

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

 a { background-color: rgb(14,27,174); }

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

border-color css

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

 span { border-color: rgb(14,27,174); }

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