Html Css Color HEX #153C96 Egyptian Blue

📋 copy color: '#153C96'

red 21 ◦ green 60 ◦ blue 150

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

Shades of Egyptian Blue #153C96

Tints of Egyptian Blue #153C96

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.97%

 BLUE value IS 150 (58.98% from 255) = 64.94%

R = 9.09%
G = 25.97%
B = 64.94%

CMYK

 C value IS 0.86

 M value IS 0.6

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#153C96 (or 0x153C96) is known color: Egyptian Blue. HEX triplet: 15, 3C and 96. RGB value is (21,60,150). Sum of RGB (Red+Green+Blue) = 21+60+150=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 150 (58.98% from 255 or 64.94% from 231); Max value from RGB is 150 - color contains mainly: blue. Hex color #153C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153C96 is #EAC369. Grayscale: #3A3A3A. Windows color (decimal): -15385450 or 9845781. OLE color: 9845781.

HSL color Cylindrical-coordinate representation of color #153C96: hue angle of 221.86º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #153C96 is Cyan = 0.86, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 21 60 150 -
CMYK 0.86 0.6 0 0.41
HSL 221.86º 0.75% 0.34% -
HSV(B) 221.86º 0.86% 0.59% -
XYZ 7.43 5.59 29.54 -
YUV 58.6 179.58 101.18 -
System Red Green Blue C M Y K H S L
Decimal 21 60 150 0.86 0.6 0 0.41 221.86 0.75 0.34
Hex 15 3C 96 56 3C 0 29 DE 4B 22
Octal 25 74 226 126 74 0 51 336 113 42
Binary 10101 111100 10010110 1010110 111100 0 101001 11011110 1001011 100010

Color Harmonies of #153C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153C96

Black with #153C96

Text Example


Text Example

White with #153C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,60,150); }

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

background-color css

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

 a { background-color: rgb(21,60,150); }

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

border-color css

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

 span { border-color: rgb(21,60,150); }

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