Html Css Color HEX #153BA9 Egyptian Blue

📋 copy color: '#153BA9'

red 21 ◦ green 59 ◦ blue 169

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

Shades of Egyptian Blue #153BA9

Tints of Egyptian Blue #153BA9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.69%

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

R = 8.43%
G = 23.69%
B = 67.87%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#153BA9 (or 0x153BA9) is known color: Egyptian Blue. HEX triplet: 15, 3B and A9. RGB value is (21,59,169). Sum of RGB (Red+Green+Blue) = 21+59+169=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 169 (66.41% from 255 or 67.87% from 249); Max value from RGB is 169 - color contains mainly: blue. Hex color #153BA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153BA9 is #EAC456. Grayscale: #3B3B3B. Windows color (decimal): -15385687 or 11090709. OLE color: 11090709.

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

Color convert

RGB 21 59 169 -
CMYK 0.88 0.65 0 0.34
HSL 224.59º 0.78% 0.37% -
HSV(B) 224.59º 0.88% 0.66% -
XYZ 9.03 6.15 38.25 -
YUV 60.18 189.41 100.06 -
System Red Green Blue C M Y K H S L
Decimal 21 59 169 0.88 0.65 0 0.34 224.59 0.78 0.37
Hex 15 3B A9 58 41 0 22 E1 4E 25
Octal 25 73 251 130 101 0 42 341 116 45
Binary 10101 111011 10101001 1011000 1000001 0 100010 11100001 1001110 100101

Color Harmonies of #153BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153BA9

Black with #153BA9

Text Example


Text Example

White with #153BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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