#132398

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

Shades of Egyptian Blue #132398

Tints of Egyptian Blue #132398

Color information

#132398 (or 0x132398) is unknown color: approx Egyptian Blue. HEX triplet: 13, 23 and 98. RGB value is (19,35,152). Sum of RGB (Red+Green+Blue) = 19+35+152=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 152 (59.77% from 255 or 73.79% from 206); Max value from RGB is 152 - color contains mainly: blue. Hex color #132398 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132398 is #ECDC67. Grayscale: #2B2B2B. Windows color (decimal): -15522920 or 9970451. OLE color: 9970451.

HSL color Cylindrical-coordinate representation of color #132398: hue angle of 232.78º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #132398 is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1935152-
CMYK0.870.7700.40
HSL232.78º77.78%33.53%-
HSV(B)232.78º87.5%59.61%-
XYZ6.543.6130.06-
YUV43.55189.2110.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.22%
GREEN value IS 35 (14.06% from 255) = 16.99%
BLUE value IS 152 (59.77% from 255) = 73.79%
R=9.22%
G=16.99%
B=73.79%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal19351520.870.7700.40232.7877.7833.53
Hex132398574D028e94e22
Octal234323012711505035111642
Binary1001110001110011000101011110011010101000111010011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132398; }

 p { color: rgb(19,35,152); }

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

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

 a { background-color: rgb(19,35,152); }

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

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

 span { border-color: rgb(19,35,152); }

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