Html Css Color HEX #13259D Egyptian Blue

📋 copy color: '#13259D'

red 19 ◦ green 37 ◦ blue 157

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

Shades of Egyptian Blue #13259D

Tints of Egyptian Blue #13259D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.37%

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

R = 8.92%
G = 17.37%
B = 73.71%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13259D (or 0x13259D) is known color: Egyptian Blue. HEX triplet: 13, 25 and 9D. RGB value is (19,37,157). Sum of RGB (Red+Green+Blue) = 19+37+157=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 157 (61.72% from 255 or 73.71% from 213); Max value from RGB is 157 - color contains mainly: blue. Hex color #13259D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13259D is #ECDA62. Grayscale: #2C2C2C. Windows color (decimal): -15522403 or 10298643. OLE color: 10298643.

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

Color convert

RGB 19 37 157 -
CMYK 0.88 0.76 0 0.38
HSL 232.17º 0.78% 0.35% -
HSV(B) 232.17º 0.88% 0.62% -
XYZ 7.02 3.9 32.28 -
YUV 45.3 191.04 109.24 -
System Red Green Blue C M Y K H S L
Decimal 19 37 157 0.88 0.76 0 0.38 232.17 0.78 0.35
Hex 13 25 9D 58 4C 0 26 E8 4E 23
Octal 23 45 235 130 114 0 46 350 116 43
Binary 10011 100101 10011101 1011000 1001100 0 100110 11101000 1001110 100011

Color Harmonies of #13259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13259D

Black with #13259D

Text Example


Text Example

White with #13259D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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