Html Css Color HEX #152DAE Egyptian Blue

📋 copy color: '#152DAE'

red 21 ◦ green 45 ◦ blue 174

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

Shades of Egyptian Blue #152DAE

Tints of Egyptian Blue #152DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.75%

 BLUE value IS 174 (68.36% from 255) = 72.5%

R = 8.75%
G = 18.75%
B = 72.5%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#152DAE (or 0x152DAE) is known color: Egyptian Blue. HEX triplet: 15, 2D and AE. RGB value is (21,45,174). Sum of RGB (Red+Green+Blue) = 21+45+174=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 174 (68.36% from 255 or 72.5% from 240); Max value from RGB is 174 - color contains mainly: blue. Hex color #152DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152DAE is #EAD251. Grayscale: #333333. Windows color (decimal): -15389266 or 11414805. OLE color: 11414805.

HSL color Cylindrical-coordinate representation of color #152DAE: hue angle of 230.59º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #152DAE is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 21 45 174 -
CMYK 0.88 0.74 0 0.32
HSL 230.59º 0.78% 0.38% -
HSV(B) 230.59º 0.88% 0.68% -
XYZ 8.89 5.09 40.56 -
YUV 52.53 196.55 105.51 -
System Red Green Blue C M Y K H S L
Decimal 21 45 174 0.88 0.74 0 0.32 230.59 0.78 0.38
Hex 15 2D AE 58 4A 0 20 E7 4E 26
Octal 25 55 256 130 112 0 40 347 116 46
Binary 10101 101101 10101110 1011000 1001010 0 100000 11100111 1001110 100110

Color Harmonies of #152DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152DAE

Black with #152DAE

Text Example


Text Example

White with #152DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,45,174); }

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

background-color css

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

 a { background-color: rgb(21,45,174); }

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

border-color css

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

 span { border-color: rgb(21,45,174); }

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