Html Css Color HEX #13209B Egyptian Blue

📋 copy color: '#13209B'

red 19 ◦ green 32 ◦ blue 155

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

Shades of Egyptian Blue #13209B

Tints of Egyptian Blue #13209B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 75.24%

R = 9.22%
G = 15.53%
B = 75.24%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13209B (or 0x13209B) is known color: Egyptian Blue. HEX triplet: 13, 20 and 9B. RGB value is (19,32,155). Sum of RGB (Red+Green+Blue) = 19+32+155=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 155 (60.94% from 255 or 75.24% from 206); Max value from RGB is 155 - color contains mainly: blue. Hex color #13209B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13209B is #ECDF64. Grayscale: #292929. Windows color (decimal): -15523685 or 10166291. OLE color: 10166291.

HSL color Cylindrical-coordinate representation of color #13209B: hue angle of 234.26º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13209B is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 19 32 155 -
CMYK 0.88 0.79 0 0.39
HSL 234.26º 0.78% 0.34% -
HSV(B) 234.26º 0.88% 0.61% -
XYZ 6.7 3.54 31.34 -
YUV 42.14 191.69 111.5 -
System Red Green Blue C M Y K H S L
Decimal 19 32 155 0.88 0.79 0 0.39 234.26 0.78 0.34
Hex 13 20 9B 58 4F 0 27 EA 4E 22
Octal 23 40 233 130 117 0 47 352 116 42
Binary 10011 100000 10011011 1011000 1001111 0 100111 11101010 1001110 100010

Color Harmonies of #13209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13209B

Black with #13209B

Text Example


Text Example

White with #13209B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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