Html Css Color HEX #13389F Egyptian Blue

📋 copy color: '#13389F'

red 19 ◦ green 56 ◦ blue 159

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

Shades of Egyptian Blue #13389F

Tints of Egyptian Blue #13389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.93%

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

R = 8.12%
G = 23.93%
B = 67.95%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13389F (or 0x13389F) is known color: Egyptian Blue. HEX triplet: 13, 38 and 9F. RGB value is (19,56,159). Sum of RGB (Red+Green+Blue) = 19+56+159=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 159 (62.5% from 255 or 67.95% from 234); Max value from RGB is 159 - color contains mainly: blue. Hex color #13389F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13389F is #ECC760. Grayscale: #383838. Windows color (decimal): -15517537 or 10434579. OLE color: 10434579.

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

Color convert

RGB 19 56 159 -
CMYK 0.88 0.65 0 0.38
HSL 224.14º 0.79% 0.35% -
HSV(B) 224.14º 0.88% 0.62% -
XYZ 7.94 5.47 33.44 -
YUV 56.68 185.74 101.12 -
System Red Green Blue C M Y K H S L
Decimal 19 56 159 0.88 0.65 0 0.38 224.14 0.79 0.35
Hex 13 38 9F 58 41 0 26 E0 4F 23
Octal 23 70 237 130 101 0 46 340 117 43
Binary 10011 111000 10011111 1011000 1000001 0 100110 11100000 1001111 100011

Color Harmonies of #13389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13389F

Black with #13389F

Text Example


Text Example

White with #13389F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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