Html Css Color HEX #13249D Egyptian Blue

📋 copy color: '#13249D'

red 19 ◦ green 36 ◦ blue 157

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

Shades of Egyptian Blue #13249D

Tints of Egyptian Blue #13249D

RGB

 RED value IS 19 (7.81% from 255) = 8.96%

 GREEN value IS 36 (14.45% from 255) = 16.98%

 BLUE value IS 157 (61.72% from 255) = 74.06%

R = 8.96%
G = 16.98%
B = 74.06%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13249D (or 0x13249D) is known color: Egyptian Blue. HEX triplet: 13, 24 and 9D. RGB value is (19,36,157). Sum of RGB (Red+Green+Blue) = 19+36+157=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 157 (61.72% from 255 or 74.06% from 212); Max value from RGB is 157 - color contains mainly: blue. Hex color #13249D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13249D is #ECDB62. Grayscale: #2C2C2C. Windows color (decimal): -15522659 or 10298387. OLE color: 10298387.

HSL color Cylindrical-coordinate representation of color #13249D: hue angle of 232.61º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13249D is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 36 157 -
CMYK 0.88 0.77 0 0.38
HSL 232.61º 0.78% 0.35% -
HSV(B) 232.61º 0.88% 0.62% -
XYZ 6.99 3.83 32.27 -
YUV 44.71 191.37 109.66 -
System Red Green Blue C M Y K H S L
Decimal 19 36 157 0.88 0.77 0 0.38 232.61 0.78 0.35
Hex 13 24 9D 58 4D 0 26 E9 4E 23
Octal 23 44 235 130 115 0 46 351 116 43
Binary 10011 100100 10011101 1011000 1001101 0 100110 11101001 1001110 100011

Color Harmonies of #13249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13249D

Black with #13249D

Text Example


Text Example

White with #13249D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13249D; }

 p { color: rgb(19,36,157); }

 H1.HeaderClassName
 {
   color: #13249D;
 }
 .AnyTagClassName
 {
   color: #13249D;
 }
</style>

background-color css

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

 a { background-color: rgb(19,36,157); }

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

border-color css

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

 span { border-color: rgb(19,36,157); }

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