Html Css Color HEX #151EAC Egyptian Blue

📋 copy color: '#151EAC'

red 21 ◦ green 30 ◦ blue 172

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

Shades of Egyptian Blue #151EAC

Tints of Egyptian Blue #151EAC

RGB

 RED value IS 21 (8.59% from 255) = 9.42%

 GREEN value IS 30 (12.11% from 255) = 13.45%

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

R = 9.42%
G = 13.45%
B = 77.13%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#151EAC (or 0x151EAC) is known color: Egyptian Blue. HEX triplet: 15, 1E and AC. RGB value is (21,30,172). Sum of RGB (Red+Green+Blue) = 21+30+172=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 30 (12.11% from 255 or 13.45% from 223); Blue value is 172 (67.58% from 255 or 77.13% from 223); Max value from RGB is 172 - color contains mainly: blue. Hex color #151EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151EAC is #EAE153. Grayscale: #2A2A2A. Windows color (decimal): -15393108 or 11279893. OLE color: 11279893.

HSL color Cylindrical-coordinate representation of color #151EAC: hue angle of 236.42º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #151EAC is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 30 172 -
CMYK 0.88 0.83 0 0.33
HSL 236.42º 0.78% 0.38% -
HSV(B) 236.42º 0.88% 0.67% -
XYZ 8.22 4.07 39.38 -
YUV 43.5 200.52 111.95 -
System Red Green Blue C M Y K H S L
Decimal 21 30 172 0.88 0.83 0 0.33 236.42 0.78 0.38
Hex 15 1E AC 58 53 0 21 EC 4E 26
Octal 25 36 254 130 123 0 41 354 116 46
Binary 10101 11110 10101100 1011000 1010011 0 100001 11101100 1001110 100110

Color Harmonies of #151EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151EAC

Black with #151EAC

Text Example


Text Example

White with #151EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151EAC; }

 p { color: rgb(21,30,172); }

 H1.HeaderClassName
 {
   color: #151EAC;
 }
 .AnyTagClassName
 {
   color: #151EAC;
 }
</style>

background-color css

<style>
 a { background-color: #151EAC; }

 a { background-color: rgb(21,30,172); }

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

border-color css

<style>
 span { border-color: #151EAC; }

 span { border-color: rgb(21,30,172); }

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