Html Css Color HEX #13229D Egyptian Blue

📋 copy color: '#13229D'

red 19 ◦ green 34 ◦ blue 157

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

Shades of Egyptian Blue #13229D

Tints of Egyptian Blue #13229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.19%

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

R = 9.05%
G = 16.19%
B = 74.76%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13229D (or 0x13229D) is known color: Egyptian Blue. HEX triplet: 13, 22 and 9D. RGB value is (19,34,157). Sum of RGB (Red+Green+Blue) = 19+34+157=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 157 (61.72% from 255 or 74.76% from 210); Max value from RGB is 157 - color contains mainly: blue. Hex color #13229D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13229D is #ECDD62. Grayscale: #2B2B2B. Windows color (decimal): -15523171 or 10297875. OLE color: 10297875.

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

Color convert

RGB 19 34 157 -
CMYK 0.88 0.78 0 0.38
HSL 233.48º 0.78% 0.35% -
HSV(B) 233.48º 0.88% 0.62% -
XYZ 6.93 3.72 32.25 -
YUV 43.54 192.03 110.5 -
System Red Green Blue C M Y K H S L
Decimal 19 34 157 0.88 0.78 0 0.38 233.48 0.78 0.35
Hex 13 22 9D 58 4E 0 26 E9 4E 23
Octal 23 42 235 130 116 0 46 351 116 43
Binary 10011 100010 10011101 1011000 1001110 0 100110 11101001 1001110 100011

Color Harmonies of #13229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13229D

Black with #13229D

Text Example


Text Example

White with #13229D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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