Html Css Color HEX #132398 Egyptian Blue

📋 copy color: '#132398'

red 19 ◦ green 35 ◦ blue 152

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

Shades of Egyptian Blue #132398

Tints of Egyptian Blue #132398

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 value IS 0.87

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#132398 (or 0x132398) is known color: 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

RGB 19 35 152 -
CMYK 0.87 0.77 0 0.40
HSL 232.78º 0.78% 0.34% -
HSV(B) 232.78º 0.88% 0.6% -
XYZ 6.54 3.61 30.06 -
YUV 43.55 189.2 110.49 -
System Red Green Blue C M Y K H S L
Decimal 19 35 152 0.87 0.77 0 0.40 232.78 0.78 0.34
Hex 13 23 98 57 4D 0 28 E9 4E 22
Octal 23 43 230 127 115 0 50 351 116 42
Binary 10011 100011 10011000 1010111 1001101 0 101000 11101001 1001110 100010

Color Harmonies of #132398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132398

Black with #132398

Text Example


Text Example

White with #132398

Text Example


Text Example

HTML Codes & Css Web 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>