#153398

Color #153398 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #153398

Tints of Egyptian Blue #153398

Color information

#153398 (or 0x153398) is unknown color: approx Egyptian Blue. HEX triplet: 15, 33 and 98. RGB value is (21,51,152). Sum of RGB (Red+Green+Blue) = 21+51+152=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 152 (59.77% from 255 or 67.86% from 224); Max value from RGB is 152 - color contains mainly: blue. Hex color #153398 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153398 is #EACC67. Grayscale: #353535. Windows color (decimal): -15387752 or 9974549. OLE color: 9974549.

HSL color Cylindrical-coordinate representation of color #153398: hue angle of 226.26º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #153398 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2151152-
CMYK0.860.6600.40
HSL226.26º75.72%33.92%-
HSV(B)226.26º86.18%59.61%-
XYZ7.164.7930.25-
YUV53.54183.56104.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.38%
GREEN value IS 51 (20.31% from 255) = 22.77%
BLUE value IS 152 (59.77% from 255) = 67.86%
R=9.38%
G=22.77%
B=67.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21511520.860.6600.40226.2675.7233.92
Hex1533985642028e24c22
Octal256323012610205034211442
Binary1010111001110011000101011010000100101000111000101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153398; }

 p { color: rgb(21,51,152); }

 H1.HeaderClassName
 {
   color: #153398;
 }
 .AnyTagClassName
 {
   color: #153398;
 }
</style>
background-color css

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

 a { background-color: rgb(21,51,152); }

 div.DivClassName
 {
   background-color: #153398;
 }
 .BgClassName
 {
   background-color: #153398;
 }
</style>
border-color css

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

 span { border-color: rgb(21,51,152); }

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