Html Css Color HEX #0E1BAC Egyptian Blue

📋 copy color: '#0E1BAC'

red 14 ◦ green 27 ◦ blue 172

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

Shades of Egyptian Blue #0E1BAC

Tints of Egyptian Blue #0E1BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 80.75%

R = 6.57%
G = 12.68%
B = 80.75%

CMYK

 C value IS 0.92

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E1BAC (or 0x0E1BAC) is known color: Egyptian Blue. HEX triplet: 0E, 1B and AC. RGB value is (14,27,172). Sum of RGB (Red+Green+Blue) = 14+27+172=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 172 (67.58% from 255 or 80.75% from 213); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E1BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E1BAC is #F1E453. Grayscale: #272727. Windows color (decimal): -15852628 or 11279118. OLE color: 11279118.

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

Color convert

RGB 14 27 172 -
CMYK 0.92 0.84 0 0.33
HSL 235.06º 0.85% 0.36% -
HSV(B) 235.06º 0.92% 0.67% -
XYZ 8.02 3.86 39.35 -
YUV 39.64 202.69 109.71 -
System Red Green Blue C M Y K H S L
Decimal 14 27 172 0.92 0.84 0 0.33 235.06 0.85 0.36
Hex E 1B AC 5C 54 0 21 EB 55 24
Octal 16 33 254 134 124 0 41 353 125 44
Binary 1110 11011 10101100 1011100 1010100 0 100001 11101011 1010101 100100

Color Harmonies of #0E1BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1BAC

Black with #0E1BAC

Text Example


Text Example

White with #0E1BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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