Html Css Color HEX #152BA9 Egyptian Blue

📋 copy color: '#152BA9'

red 21 ◦ green 43 ◦ blue 169

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

Shades of Egyptian Blue #152BA9

Tints of Egyptian Blue #152BA9

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.45%

 BLUE value IS 169 (66.41% from 255) = 72.53%

R = 9.01%
G = 18.45%
B = 72.53%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#152BA9 (or 0x152BA9) is known color: Egyptian Blue. HEX triplet: 15, 2B and A9. RGB value is (21,43,169). Sum of RGB (Red+Green+Blue) = 21+43+169=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 169 (66.41% from 255 or 72.53% from 233); Max value from RGB is 169 - color contains mainly: blue. Hex color #152BA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152BA9 is #EAD456. Grayscale: #323232. Windows color (decimal): -15389783 or 11086613. OLE color: 11086613.

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

Color convert

RGB 21 43 169 -
CMYK 0.88 0.75 0 0.34
HSL 231.08º 0.78% 0.37% -
HSV(B) 231.08º 0.88% 0.66% -
XYZ 8.33 4.75 38.01 -
YUV 50.79 194.71 106.75 -
System Red Green Blue C M Y K H S L
Decimal 21 43 169 0.88 0.75 0 0.34 231.08 0.78 0.37
Hex 15 2B A9 58 4B 0 22 E7 4E 25
Octal 25 53 251 130 113 0 42 347 116 45
Binary 10101 101011 10101001 1011000 1001011 0 100010 11100111 1001110 100101

Color Harmonies of #152BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152BA9

Black with #152BA9

Text Example


Text Example

White with #152BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,43,169); }

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

background-color css

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

 a { background-color: rgb(21,43,169); }

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

border-color css

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

 span { border-color: rgb(21,43,169); }

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