Html Css Color HEX #13239E Egyptian Blue

📋 copy color: '#13239E'

red 19 ◦ green 35 ◦ blue 158

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

Shades of Egyptian Blue #13239E

Tints of Egyptian Blue #13239E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.51%

 BLUE value IS 158 (62.11% from 255) = 74.53%

R = 8.96%
G = 16.51%
B = 74.53%

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

#13239E (or 0x13239E) is known color: Egyptian Blue. HEX triplet: 13, 23 and 9E. RGB value is (19,35,158). Sum of RGB (Red+Green+Blue) = 19+35+158=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 158 (62.11% from 255 or 74.53% from 212); Max value from RGB is 158 - color contains mainly: blue. Hex color #13239E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13239E is #ECDC61. Grayscale: #2B2B2B. Windows color (decimal): -15522914 or 10363667. OLE color: 10363667.

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

Color convert

RGB 19 35 158 -
CMYK 0.88 0.78 0 0.38
HSL 233.09º 0.79% 0.35% -
HSV(B) 233.09º 0.88% 0.62% -
XYZ 7.04 3.81 32.71 -
YUV 44.24 192.2 110 -
System Red Green Blue C M Y K H S L
Decimal 19 35 158 0.88 0.78 0 0.38 233.09 0.79 0.35
Hex 13 23 9E 58 4E 0 26 E9 4F 23
Octal 23 43 236 130 116 0 46 351 117 43
Binary 10011 100011 10011110 1011000 1001110 0 100110 11101001 1001111 100011

Color Harmonies of #13239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13239E

Black with #13239E

Text Example


Text Example

White with #13239E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13239E; }

 p { color: rgb(19,35,158); }

 H1.HeaderClassName
 {
   color: #13239E;
 }
 .AnyTagClassName
 {
   color: #13239E;
 }
</style>

background-color css

<style>
 a { background-color: #13239E; }

 a { background-color: rgb(19,35,158); }

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

border-color css

<style>
 span { border-color: #13239E; }

 span { border-color: rgb(19,35,158); }

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