Html Css Color HEX #153C92 Egyptian Blue

📋 copy color: '#153C92'

red 21 ◦ green 60 ◦ blue 146

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

Shades of Egyptian Blue #153C92

Tints of Egyptian Blue #153C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 64.32%

R = 9.25%
G = 26.43%
B = 64.32%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#153C92 (or 0x153C92) is known color: Egyptian Blue. HEX triplet: 15, 3C and 92. RGB value is (21,60,146). Sum of RGB (Red+Green+Blue) = 21+60+146=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #153C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153C92 is #EAC36D. Grayscale: #393939. Windows color (decimal): -15385454 or 9583637. OLE color: 9583637.

HSL color Cylindrical-coordinate representation of color #153C92: hue angle of 221.28º 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 #153C92 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 21 60 146 -
CMYK 0.86 0.59 0 0.43
HSL 221.28º 0.75% 0.33% -
HSV(B) 221.28º 0.86% 0.57% -
XYZ 7.11 5.47 27.87 -
YUV 58.14 177.58 101.51 -
System Red Green Blue C M Y K H S L
Decimal 21 60 146 0.86 0.59 0 0.43 221.28 0.75 0.33
Hex 15 3C 92 56 3B 0 2B DD 4B 21
Octal 25 74 222 126 73 0 53 335 113 41
Binary 10101 111100 10010010 1010110 111011 0 101011 11011101 1001011 100001

Color Harmonies of #153C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153C92

Black with #153C92

Text Example


Text Example

White with #153C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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