Html Css Color HEX #153BA1 Egyptian Blue

📋 copy color: '#153BA1'

red 21 ◦ green 59 ◦ blue 161

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

Shades of Egyptian Blue #153BA1

Tints of Egyptian Blue #153BA1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.48%

 BLUE value IS 161 (63.28% from 255) = 66.8%

R = 8.71%
G = 24.48%
B = 66.8%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#153BA1 (or 0x153BA1) is known color: Egyptian Blue. HEX triplet: 15, 3B and A1. RGB value is (21,59,161). Sum of RGB (Red+Green+Blue) = 21+59+161=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 161 (63.28% from 255 or 66.80% from 241); Max value from RGB is 161 - color contains mainly: blue. Hex color #153BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153BA1 is #EAC45E. Grayscale: #3A3A3A. Windows color (decimal): -15385695 or 10566421. OLE color: 10566421.

HSL color Cylindrical-coordinate representation of color #153BA1: hue angle of 223.71º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #153BA1 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 21 59 161 -
CMYK 0.87 0.63 0 0.37
HSL 223.71º 0.77% 0.36% -
HSV(B) 223.71º 0.87% 0.63% -
XYZ 8.31 5.86 34.41 -
YUV 59.27 185.41 100.71 -
System Red Green Blue C M Y K H S L
Decimal 21 59 161 0.87 0.63 0 0.37 223.71 0.77 0.36
Hex 15 3B A1 57 3F 0 25 E0 4D 24
Octal 25 73 241 127 77 0 45 340 115 44
Binary 10101 111011 10100001 1010111 111111 0 100101 11100000 1001101 100100

Color Harmonies of #153BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153BA1

Black with #153BA1

Text Example


Text Example

White with #153BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,59,161); }

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

background-color css

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

 a { background-color: rgb(21,59,161); }

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

border-color css

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

 span { border-color: rgb(21,59,161); }

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