Html Css Color HEX #13209D Egyptian Blue

📋 copy color: '#13209D'

red 19 ◦ green 32 ◦ blue 157

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

Shades of Egyptian Blue #13209D

Tints of Egyptian Blue #13209D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.38%

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

R = 9.13%
G = 15.38%
B = 75.48%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13209D (or 0x13209D) is known color: Egyptian Blue. HEX triplet: 13, 20 and 9D. RGB value is (19,32,157). Sum of RGB (Red+Green+Blue) = 19+32+157=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 157 (61.72% from 255 or 75.48% from 208); Max value from RGB is 157 - color contains mainly: blue. Hex color #13209D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13209D is #ECDF62. Grayscale: #292929. Windows color (decimal): -15523683 or 10297363. OLE color: 10297363.

HSL color Cylindrical-coordinate representation of color #13209D: hue angle of 234.35º 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 #13209D is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 32 157 -
CMYK 0.88 0.80 0 0.38
HSL 234.35º 0.78% 0.35% -
HSV(B) 234.35º 0.88% 0.62% -
XYZ 6.87 3.61 32.23 -
YUV 42.36 192.69 111.34 -
System Red Green Blue C M Y K H S L
Decimal 19 32 157 0.88 0.80 0 0.38 234.35 0.78 0.35
Hex 13 20 9D 58 50 0 26 EA 4E 23
Octal 23 40 235 130 120 0 46 352 116 43
Binary 10011 100000 10011101 1011000 1010000 0 100110 11101010 1001110 100011

Color Harmonies of #13209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13209D

Black with #13209D

Text Example


Text Example

White with #13209D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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