Html Css Color HEX #13239C Egyptian Blue

📋 copy color: '#13239C'

red 19 ◦ green 35 ◦ blue 156

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

Shades of Egyptian Blue #13239C

Tints of Egyptian Blue #13239C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 74.29%

R = 9.05%
G = 16.67%
B = 74.29%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13239C (or 0x13239C) is known color: Egyptian Blue. HEX triplet: 13, 23 and 9C. RGB value is (19,35,156). Sum of RGB (Red+Green+Blue) = 19+35+156=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 156 (61.33% from 255 or 74.29% from 210); Max value from RGB is 156 - color contains mainly: blue. Hex color #13239C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13239C is #ECDC63. Grayscale: #2B2B2B. Windows color (decimal): -15522916 or 10232595. OLE color: 10232595.

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

Color convert

RGB 19 35 156 -
CMYK 0.88 0.78 0 0.39
HSL 232.99º 0.78% 0.34% -
HSV(B) 232.99º 0.88% 0.61% -
XYZ 6.87 3.74 31.81 -
YUV 44.01 191.2 110.16 -
System Red Green Blue C M Y K H S L
Decimal 19 35 156 0.88 0.78 0 0.39 232.99 0.78 0.34
Hex 13 23 9C 58 4E 0 27 E9 4E 22
Octal 23 43 234 130 116 0 47 351 116 42
Binary 10011 100011 10011100 1011000 1001110 0 100111 11101001 1001110 100010

Color Harmonies of #13239C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13239C

Black with #13239C

Text Example


Text Example

White with #13239C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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