Html Css Color HEX #152EAA Egyptian Blue

📋 copy color: '#152EAA'

red 21 ◦ green 46 ◦ blue 170

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

Shades of Egyptian Blue #152EAA

Tints of Egyptian Blue #152EAA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.41%

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

R = 8.86%
G = 19.41%
B = 71.73%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#152EAA (or 0x152EAA) is known color: Egyptian Blue. HEX triplet: 15, 2E and AA. RGB value is (21,46,170). Sum of RGB (Red+Green+Blue) = 21+46+170=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 170 (66.80% from 255 or 71.73% from 237); Max value from RGB is 170 - color contains mainly: blue. Hex color #152EAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152EAA is #EAD155. Grayscale: #343434. Windows color (decimal): -15389014 or 11152917. OLE color: 11152917.

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

Color convert

RGB 21 46 170 -
CMYK 0.88 0.73 0 0.33
HSL 229.93º 0.78% 0.37% -
HSV(B) 229.93º 0.88% 0.67% -
XYZ 8.54 5.02 38.55 -
YUV 52.66 194.22 105.42 -
System Red Green Blue C M Y K H S L
Decimal 21 46 170 0.88 0.73 0 0.33 229.93 0.78 0.37
Hex 15 2E AA 58 49 0 21 E6 4E 25
Octal 25 56 252 130 111 0 41 346 116 45
Binary 10101 101110 10101010 1011000 1001001 0 100001 11100110 1001110 100101

Color Harmonies of #152EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152EAA

Black with #152EAA

Text Example


Text Example

White with #152EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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