Html Css Color HEX #153095 Egyptian Blue

📋 copy color: '#153095'

red 21 ◦ green 48 ◦ blue 149

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

Shades of Egyptian Blue #153095

Tints of Egyptian Blue #153095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.02%

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

R = 9.63%
G = 22.02%
B = 68.35%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#153095 (or 0x153095) is known color: Egyptian Blue. HEX triplet: 15, 30 and 95. RGB value is (21,48,149). Sum of RGB (Red+Green+Blue) = 21+48+149=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #153095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153095 is #EACF6A. Grayscale: #333333. Windows color (decimal): -15388523 or 9777173. OLE color: 9777173.

HSL color Cylindrical-coordinate representation of color #153095: hue angle of 227.34º 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 #153095 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 48 149 -
CMYK 0.86 0.68 0 0.42
HSL 227.34º 0.75% 0.33% -
HSV(B) 227.34º 0.86% 0.58% -
XYZ 6.79 4.44 28.93 -
YUV 51.44 183.05 106.29 -
System Red Green Blue C M Y K H S L
Decimal 21 48 149 0.86 0.68 0 0.42 227.34 0.75 0.33
Hex 15 30 95 56 44 0 2A E3 4B 21
Octal 25 60 225 126 104 0 52 343 113 41
Binary 10101 110000 10010101 1010110 1000100 0 101010 11100011 1001011 100001

Color Harmonies of #153095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153095

Black with #153095

Text Example


Text Example

White with #153095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153095; }

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

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

background-color css

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

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

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

border-color css

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

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

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