Html Css Color HEX #153595 Egyptian Blue

📋 copy color: '#153595'

red 21 ◦ green 53 ◦ blue 149

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

Shades of Egyptian Blue #153595

Tints of Egyptian Blue #153595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.77%

 BLUE value IS 149 (58.59% from 255) = 66.82%

R = 9.42%
G = 23.77%
B = 66.82%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#153595 (or 0x153595) is known color: Egyptian Blue. HEX triplet: 15, 35 and 95. RGB value is (21,53,149). Sum of RGB (Red+Green+Blue) = 21+53+149=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 149 (58.59% from 255 or 66.82% from 223); Max value from RGB is 149 - color contains mainly: blue. Hex color #153595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153595 is #EACA6A. Grayscale: #353535. Windows color (decimal): -15387243 or 9778453. OLE color: 9778453.

HSL color Cylindrical-coordinate representation of color #153595: hue angle of 225º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #153595 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 53 149 -
CMYK 0.86 0.64 0 0.42
HSL 225º 0.75% 0.33% -
HSV(B) 225º 0.86% 0.58% -
XYZ 7.01 4.88 29.01 -
YUV 54.38 181.4 104.19 -
System Red Green Blue C M Y K H S L
Decimal 21 53 149 0.86 0.64 0 0.42 225 0.75 0.33
Hex 15 35 95 56 40 0 2A E1 4B 21
Octal 25 65 225 126 100 0 52 341 113 41
Binary 10101 110101 10010101 1010110 1000000 0 101010 11100001 1001011 100001

Color Harmonies of #153595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153595

Black with #153595

Text Example


Text Example

White with #153595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153595; }

 p { color: rgb(21,53,149); }

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

background-color css

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

 a { background-color: rgb(21,53,149); }

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

border-color css

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

 span { border-color: rgb(21,53,149); }

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