Html Css Color HEX #13369B Egyptian Blue

📋 copy color: '#13369B'

red 19 ◦ green 54 ◦ blue 155

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

Shades of Egyptian Blue #13369B

Tints of Egyptian Blue #13369B

RGB

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

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

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

R = 8.33%
G = 23.68%
B = 67.98%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13369B (or 0x13369B) is known color: Egyptian Blue. HEX triplet: 13, 36 and 9B. RGB value is (19,54,155). Sum of RGB (Red+Green+Blue) = 19+54+155=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 155 (60.94% from 255 or 67.98% from 228); Max value from RGB is 155 - color contains mainly: blue. Hex color #13369B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13369B is #ECC964. Grayscale: #363636. Windows color (decimal): -15518053 or 10171923. OLE color: 10171923.

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

Color convert

RGB 19 54 155 -
CMYK 0.88 0.65 0 0.39
HSL 224.56º 0.78% 0.34% -
HSV(B) 224.56º 0.88% 0.61% -
XYZ 7.5 5.14 31.61 -
YUV 55.05 184.4 102.29 -
System Red Green Blue C M Y K H S L
Decimal 19 54 155 0.88 0.65 0 0.39 224.56 0.78 0.34
Hex 13 36 9B 58 41 0 27 E1 4E 22
Octal 23 66 233 130 101 0 47 341 116 42
Binary 10011 110110 10011011 1011000 1000001 0 100111 11100001 1001110 100010

Color Harmonies of #13369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13369B

Black with #13369B

Text Example


Text Example

White with #13369B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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