Html Css Color HEX #153F95 Egyptian Blue

📋 copy color: '#153F95'

red 21 ◦ green 63 ◦ blue 149

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

Shades of Egyptian Blue #153F95

Tints of Egyptian Blue #153F95

RGB

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

 GREEN value IS 63 (25% from 255) = 27.04%

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

R = 9.01%
G = 27.04%
B = 63.95%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#153F95 (or 0x153F95) is known color: Egyptian Blue. HEX triplet: 15, 3F and 95. RGB value is (21,63,149). Sum of RGB (Red+Green+Blue) = 21+63+149=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #153F95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153F95 is #EAC06A. Grayscale: #3B3B3B. Windows color (decimal): -15384683 or 9781013. OLE color: 9781013.

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

Color convert

RGB 21 63 149 -
CMYK 0.86 0.58 0 0.42
HSL 220.31º 0.75% 0.33% -
HSV(B) 220.31º 0.86% 0.58% -
XYZ 7.51 5.88 29.17 -
YUV 60.25 178.09 100.01 -
System Red Green Blue C M Y K H S L
Decimal 21 63 149 0.86 0.58 0 0.42 220.31 0.75 0.33
Hex 15 3F 95 56 3A 0 2A DC 4B 21
Octal 25 77 225 126 72 0 52 334 113 41
Binary 10101 111111 10010101 1010110 111010 0 101010 11011100 1001011 100001

Color Harmonies of #153F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153F95

Black with #153F95

Text Example


Text Example

White with #153F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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