Html Css Color HEX #151CAA Egyptian Blue

📋 copy color: '#151CAA'

red 21 ◦ green 28 ◦ blue 170

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

Shades of Egyptian Blue #151CAA

Tints of Egyptian Blue #151CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 77.63%

R = 9.59%
G = 12.79%
B = 77.63%

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

#151CAA (or 0x151CAA) is known color: Egyptian Blue. HEX triplet: 15, 1C and AA. RGB value is (21,28,170). Sum of RGB (Red+Green+Blue) = 21+28+170=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 170 (66.80% from 255 or 77.63% from 219); Max value from RGB is 170 - color contains mainly: blue. Hex color #151CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151CAA is #EAE355. Grayscale: #292929. Windows color (decimal): -15393622 or 11148309. OLE color: 11148309.

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

Color convert

RGB 21 28 170 -
CMYK 0.88 0.84 0 0.33
HSL 237.18º 0.78% 0.37% -
HSV(B) 237.18º 0.88% 0.67% -
XYZ 7.98 3.89 38.36 -
YUV 42.1 200.18 112.95 -
System Red Green Blue C M Y K H S L
Decimal 21 28 170 0.88 0.84 0 0.33 237.18 0.78 0.37
Hex 15 1C AA 58 54 0 21 ED 4E 25
Octal 25 34 252 130 124 0 41 355 116 45
Binary 10101 11100 10101010 1011000 1010100 0 100001 11101101 1001110 100101

Color Harmonies of #151CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151CAA

Black with #151CAA

Text Example


Text Example

White with #151CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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