Html Css Color HEX #153C9C Egyptian Blue

📋 copy color: '#153C9C'

red 21 ◦ green 60 ◦ blue 156

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

Shades of Egyptian Blue #153C9C

Tints of Egyptian Blue #153C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 65.82%

R = 8.86%
G = 25.32%
B = 65.82%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#153C9C (or 0x153C9C) is known color: Egyptian Blue. HEX triplet: 15, 3C and 9C. RGB value is (21,60,156). Sum of RGB (Red+Green+Blue) = 21+60+156=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 156 (61.33% from 255 or 65.82% from 237); Max value from RGB is 156 - color contains mainly: blue. Hex color #153C9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153C9C is #EAC363. Grayscale: #3A3A3A. Windows color (decimal): -15385444 or 10238997. OLE color: 10238997.

HSL color Cylindrical-coordinate representation of color #153C9C: hue angle of 222.67º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #153C9C is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 60 156 -
CMYK 0.87 0.62 0 0.39
HSL 222.67º 0.76% 0.35% -
HSV(B) 222.67º 0.87% 0.61% -
XYZ 7.93 5.79 32.15 -
YUV 59.28 182.58 100.69 -
System Red Green Blue C M Y K H S L
Decimal 21 60 156 0.87 0.62 0 0.39 222.67 0.76 0.35
Hex 15 3C 9C 57 3E 0 27 DF 4C 23
Octal 25 74 234 127 76 0 47 337 114 43
Binary 10101 111100 10011100 1010111 111110 0 100111 11011111 1001100 100011

Color Harmonies of #153C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153C9C

Black with #153C9C

Text Example


Text Example

White with #153C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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