Html Css Color HEX #152FAA Egyptian Blue

📋 copy color: '#152FAA'

red 21 ◦ green 47 ◦ blue 170

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

Shades of Egyptian Blue #152FAA

Tints of Egyptian Blue #152FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.75%

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

R = 8.82%
G = 19.75%
B = 71.43%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#152FAA (or 0x152FAA) is known color: Egyptian Blue. HEX triplet: 15, 2F and AA. RGB value is (21,47,170). Sum of RGB (Red+Green+Blue) = 21+47+170=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #152FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152FAA is #EAD055. Grayscale: #343434. Windows color (decimal): -15388758 or 11153173. OLE color: 11153173.

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

Color convert

RGB 21 47 170 -
CMYK 0.88 0.72 0 0.33
HSL 229.53º 0.78% 0.37% -
HSV(B) 229.53º 0.88% 0.67% -
XYZ 8.58 5.09 38.56 -
YUV 53.25 193.89 105 -
System Red Green Blue C M Y K H S L
Decimal 21 47 170 0.88 0.72 0 0.33 229.53 0.78 0.37
Hex 15 2F AA 58 48 0 21 E6 4E 25
Octal 25 57 252 130 110 0 41 346 116 45
Binary 10101 101111 10101010 1011000 1001000 0 100001 11100110 1001110 100101

Color Harmonies of #152FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152FAA

Black with #152FAA

Text Example


Text Example

White with #152FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152FAA; }

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

 H1.HeaderClassName
 {
   color: #152FAA;
 }
 .AnyTagClassName
 {
   color: #152FAA;
 }
</style>

background-color css

<style>
 a { background-color: #152FAA; }

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

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

border-color css

<style>
 span { border-color: #152FAA; }

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

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