Html Css Color HEX #153F92 Egyptian Blue

📋 copy color: '#153F92'

red 21 ◦ green 63 ◦ blue 146

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

Shades of Egyptian Blue #153F92

Tints of Egyptian Blue #153F92

RGB

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

 GREEN value IS 63 (25% from 255) = 27.39%

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

R = 9.13%
G = 27.39%
B = 63.48%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#153F92 (or 0x153F92) is known color: Egyptian Blue. HEX triplet: 15, 3F and 92. RGB value is (21,63,146). Sum of RGB (Red+Green+Blue) = 21+63+146=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 146 (57.42% from 255 or 63.48% from 230); Max value from RGB is 146 - color contains mainly: blue. Hex color #153F92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153F92 is #EAC06D. Grayscale: #3B3B3B. Windows color (decimal): -15384686 or 9584405. OLE color: 9584405.

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

Color convert

RGB 21 63 146 -
CMYK 0.86 0.57 0 0.43
HSL 219.84º 0.75% 0.33% -
HSV(B) 219.84º 0.86% 0.57% -
XYZ 7.28 5.79 27.93 -
YUV 59.9 176.59 100.25 -
System Red Green Blue C M Y K H S L
Decimal 21 63 146 0.86 0.57 0 0.43 219.84 0.75 0.33
Hex 15 3F 92 56 39 0 2B DC 4B 21
Octal 25 77 222 126 71 0 53 334 113 41
Binary 10101 111111 10010010 1010110 111001 0 101011 11011100 1001011 100001

Color Harmonies of #153F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153F92

Black with #153F92

Text Example


Text Example

White with #153F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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