Html Css Color HEX #151CAC Egyptian Blue

📋 copy color: '#151CAC'

red 21 ◦ green 28 ◦ blue 172

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

Shades of Egyptian Blue #151CAC

Tints of Egyptian Blue #151CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.67%

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

R = 9.5%
G = 12.67%
B = 77.83%

CMYK

 C value IS 0.88

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#151CAC (or 0x151CAC) is known color: Egyptian Blue. HEX triplet: 15, 1C and AC. RGB value is (21,28,172). Sum of RGB (Red+Green+Blue) = 21+28+172=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 172 (67.58% from 255 or 77.83% from 221); Max value from RGB is 172 - color contains mainly: blue. Hex color #151CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151CAC is #EAE353. Grayscale: #292929. Windows color (decimal): -15393620 or 11279381. OLE color: 11279381.

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

Color convert

RGB 21 28 172 -
CMYK 0.88 0.84 0 0.33
HSL 237.22º 0.78% 0.38% -
HSV(B) 237.22º 0.88% 0.67% -
XYZ 8.17 3.97 39.37 -
YUV 42.32 201.18 112.79 -
System Red Green Blue C M Y K H S L
Decimal 21 28 172 0.88 0.84 0 0.33 237.22 0.78 0.38
Hex 15 1C AC 58 54 0 21 ED 4E 26
Octal 25 34 254 130 124 0 41 355 116 46
Binary 10101 11100 10101100 1011000 1010100 0 100001 11101101 1001110 100110

Color Harmonies of #151CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151CAC

Black with #151CAC

Text Example


Text Example

White with #151CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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