Html Css Color HEX #13369F Egyptian Blue

📋 copy color: '#13369F'

red 19 ◦ green 54 ◦ blue 159

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

Shades of Egyptian Blue #13369F

Tints of Egyptian Blue #13369F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.28%

 BLUE value IS 159 (62.5% from 255) = 68.53%

R = 8.19%
G = 23.28%
B = 68.53%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13369F (or 0x13369F) is known color: Egyptian Blue. HEX triplet: 13, 36 and 9F. RGB value is (19,54,159). Sum of RGB (Red+Green+Blue) = 19+54+159=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 159 (62.5% from 255 or 68.53% from 232); Max value from RGB is 159 - color contains mainly: blue. Hex color #13369F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13369F is #ECC960. Grayscale: #373737. Windows color (decimal): -15518049 or 10434067. OLE color: 10434067.

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

Color convert

RGB 19 54 159 -
CMYK 0.88 0.66 0 0.38
HSL 225º 0.79% 0.35% -
HSV(B) 225º 0.88% 0.62% -
XYZ 7.85 5.28 33.41 -
YUV 55.51 186.4 101.96 -
System Red Green Blue C M Y K H S L
Decimal 19 54 159 0.88 0.66 0 0.38 225 0.79 0.35
Hex 13 36 9F 58 42 0 26 E1 4F 23
Octal 23 66 237 130 102 0 46 341 117 43
Binary 10011 110110 10011111 1011000 1000010 0 100110 11100001 1001111 100011

Color Harmonies of #13369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13369F

Black with #13369F

Text Example


Text Example

White with #13369F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13369F; }

 p { color: rgb(19,54,159); }

 H1.HeaderClassName
 {
   color: #13369F;
 }
 .AnyTagClassName
 {
   color: #13369F;
 }
</style>

background-color css

<style>
 a { background-color: #13369F; }

 a { background-color: rgb(19,54,159); }

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

border-color css

<style>
 span { border-color: #13369F; }

 span { border-color: rgb(19,54,159); }

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