Html Css Color HEX #153D91 Egyptian Blue

📋 copy color: '#153D91'

red 21 ◦ green 61 ◦ blue 145

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

Shades of Egyptian Blue #153D91

Tints of Egyptian Blue #153D91

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.87%

 BLUE value IS 145 (57.03% from 255) = 63.88%

R = 9.25%
G = 26.87%
B = 63.88%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#153D91 (or 0x153D91) is known color: Egyptian Blue. HEX triplet: 15, 3D and 91. RGB value is (21,61,145). Sum of RGB (Red+Green+Blue) = 21+61+145=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 145 (57.03% from 255 or 63.88% from 227); Max value from RGB is 145 - color contains mainly: blue. Hex color #153D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153D91 is #EAC26E. Grayscale: #3A3A3A. Windows color (decimal): -15385199 or 9518357. OLE color: 9518357.

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

Color convert

RGB 21 61 145 -
CMYK 0.86 0.58 0 0.43
HSL 220.65º 0.75% 0.33% -
HSV(B) 220.65º 0.86% 0.57% -
XYZ 7.09 5.54 27.48 -
YUV 58.62 176.75 101.17 -
System Red Green Blue C M Y K H S L
Decimal 21 61 145 0.86 0.58 0 0.43 220.65 0.75 0.33
Hex 15 3D 91 56 3A 0 2B DD 4B 21
Octal 25 75 221 126 72 0 53 335 113 41
Binary 10101 111101 10010001 1010110 111010 0 101011 11011101 1001011 100001

Color Harmonies of #153D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153D91

Black with #153D91

Text Example


Text Example

White with #153D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,61,145); }

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

background-color css

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

 a { background-color: rgb(21,61,145); }

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

border-color css

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

 span { border-color: rgb(21,61,145); }

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