Html Css Color HEX #152DA8 Egyptian Blue

📋 copy color: '#152DA8'

red 21 ◦ green 45 ◦ blue 168

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

Shades of Egyptian Blue #152DA8

Tints of Egyptian Blue #152DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 71.79%

R = 8.97%
G = 19.23%
B = 71.79%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#152DA8 (or 0x152DA8) is known color: Egyptian Blue. HEX triplet: 15, 2D and A8. RGB value is (21,45,168). Sum of RGB (Red+Green+Blue) = 21+45+168=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 168 (66.02% from 255 or 71.79% from 234); Max value from RGB is 168 - color contains mainly: blue. Hex color #152DA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152DA8 is #EAD257. Grayscale: #333333. Windows color (decimal): -15389272 or 11021589. OLE color: 11021589.

HSL color Cylindrical-coordinate representation of color #152DA8: hue angle of 230.2º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #152DA8 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 21 45 168 -
CMYK 0.88 0.73 0 0.34
HSL 230.2º 0.78% 0.37% -
HSV(B) 230.2º 0.88% 0.66% -
XYZ 8.32 4.86 37.55 -
YUV 51.85 193.55 106 -
System Red Green Blue C M Y K H S L
Decimal 21 45 168 0.88 0.73 0 0.34 230.2 0.78 0.37
Hex 15 2D A8 58 49 0 22 E6 4E 25
Octal 25 55 250 130 111 0 42 346 116 45
Binary 10101 101101 10101000 1011000 1001001 0 100010 11100110 1001110 100101

Color Harmonies of #152DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152DA8

Black with #152DA8

Text Example


Text Example

White with #152DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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