Html Css Color HEX #13359B Egyptian Blue

📋 copy color: '#13359B'

red 19 ◦ green 53 ◦ blue 155

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

Shades of Egyptian Blue #13359B

Tints of Egyptian Blue #13359B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.35%

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

R = 8.37%
G = 23.35%
B = 68.28%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13359B (or 0x13359B) is known color: Egyptian Blue. HEX triplet: 13, 35 and 9B. RGB value is (19,53,155). Sum of RGB (Red+Green+Blue) = 19+53+155=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 155 (60.94% from 255 or 68.28% from 227); Max value from RGB is 155 - color contains mainly: blue. Hex color #13359B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13359B is #ECCA64. Grayscale: #363636. Windows color (decimal): -15518309 or 10171667. OLE color: 10171667.

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

Color convert

RGB 19 53 155 -
CMYK 0.88 0.66 0 0.39
HSL 225º 0.78% 0.34% -
HSV(B) 225º 0.88% 0.61% -
XYZ 7.46 5.05 31.59 -
YUV 54.46 184.74 102.71 -
System Red Green Blue C M Y K H S L
Decimal 19 53 155 0.88 0.66 0 0.39 225 0.78 0.34
Hex 13 35 9B 58 42 0 27 E1 4E 22
Octal 23 65 233 130 102 0 47 341 116 42
Binary 10011 110101 10011011 1011000 1000010 0 100111 11100001 1001110 100010

Color Harmonies of #13359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13359B

Black with #13359B

Text Example


Text Example

White with #13359B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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