Html Css Color HEX #153498 Egyptian Blue

📋 copy color: '#153498'

red 21 ◦ green 52 ◦ blue 152

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

Shades of Egyptian Blue #153498

Tints of Egyptian Blue #153498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.11%

 BLUE value IS 152 (59.77% from 255) = 67.56%

R = 9.33%
G = 23.11%
B = 67.56%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#153498 (or 0x153498) is known color: Egyptian Blue. HEX triplet: 15, 34 and 98. RGB value is (21,52,152). Sum of RGB (Red+Green+Blue) = 21+52+152=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 152 (59.77% from 255 or 67.56% from 225); Max value from RGB is 152 - color contains mainly: blue. Hex color #153498 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153498 is #EACB67. Grayscale: #353535. Windows color (decimal): -15387496 or 9974805. OLE color: 9974805.

HSL color Cylindrical-coordinate representation of color #153498: hue angle of 225.8º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #153498 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 21 52 152 -
CMYK 0.86 0.66 0 0.40
HSL 225.8º 0.76% 0.34% -
HSV(B) 225.8º 0.86% 0.6% -
XYZ 7.2 4.88 30.27 -
YUV 54.13 183.23 104.37 -
System Red Green Blue C M Y K H S L
Decimal 21 52 152 0.86 0.66 0 0.40 225.8 0.76 0.34
Hex 15 34 98 56 42 0 28 E2 4C 22
Octal 25 64 230 126 102 0 50 342 114 42
Binary 10101 110100 10011000 1010110 1000010 0 101000 11100010 1001100 100010

Color Harmonies of #153498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153498

Black with #153498

Text Example


Text Example

White with #153498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153498; }

 p { color: rgb(21,52,152); }

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

background-color css

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

 a { background-color: rgb(21,52,152); }

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

border-color css

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

 span { border-color: rgb(21,52,152); }

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