Html Css Color HEX #153995 Egyptian Blue

📋 copy color: '#153995'

red 21 ◦ green 57 ◦ blue 149

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

Shades of Egyptian Blue #153995

Tints of Egyptian Blue #153995

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.11%

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

R = 9.25%
G = 25.11%
B = 65.64%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#153995 (or 0x153995) is known color: Egyptian Blue. HEX triplet: 15, 39 and 95. RGB value is (21,57,149). Sum of RGB (Red+Green+Blue) = 21+57+149=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 149 (58.59% from 255 or 65.64% from 227); Max value from RGB is 149 - color contains mainly: blue. Hex color #153995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153995 is #EAC66A. Grayscale: #383838. Windows color (decimal): -15386219 or 9779477. OLE color: 9779477.

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

Color convert

RGB 21 57 149 -
CMYK 0.86 0.62 0 0.42
HSL 223.13º 0.75% 0.33% -
HSV(B) 223.13º 0.86% 0.58% -
XYZ 7.2 5.26 29.07 -
YUV 56.72 180.07 102.52 -
System Red Green Blue C M Y K H S L
Decimal 21 57 149 0.86 0.62 0 0.42 223.13 0.75 0.33
Hex 15 39 95 56 3E 0 2A DF 4B 21
Octal 25 71 225 126 76 0 52 337 113 41
Binary 10101 111001 10010101 1010110 111110 0 101010 11011111 1001011 100001

Color Harmonies of #153995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153995

Black with #153995

Text Example


Text Example

White with #153995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153995; }

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

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

background-color css

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

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

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

border-color css

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

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

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