Html Css Color HEX #13339D Egyptian Blue

📋 copy color: '#13339D'

red 19 ◦ green 51 ◦ blue 157

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

Shades of Egyptian Blue #13339D

Tints of Egyptian Blue #13339D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.47%

 BLUE value IS 157 (61.72% from 255) = 69.16%

R = 8.37%
G = 22.47%
B = 69.16%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#13339D (or 0x13339D) is known color: Egyptian Blue. HEX triplet: 13, 33 and 9D. RGB value is (19,51,157). Sum of RGB (Red+Green+Blue) = 19+51+157=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 157 (61.72% from 255 or 69.16% from 227); Max value from RGB is 157 - color contains mainly: blue. Hex color #13339D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13339D is #ECCC62. Grayscale: #353535. Windows color (decimal): -15518819 or 10302227. OLE color: 10302227.

HSL color Cylindrical-coordinate representation of color #13339D: hue angle of 226.09º degrees, saturation: 0.78, 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 #13339D is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 51 157 -
CMYK 0.88 0.68 0 0.38
HSL 226.09º 0.78% 0.35% -
HSV(B) 226.09º 0.88% 0.62% -
XYZ 7.54 4.94 32.45 -
YUV 53.52 186.4 103.38 -
System Red Green Blue C M Y K H S L
Decimal 19 51 157 0.88 0.68 0 0.38 226.09 0.78 0.35
Hex 13 33 9D 58 44 0 26 E2 4E 23
Octal 23 63 235 130 104 0 46 342 116 43
Binary 10011 110011 10011101 1011000 1000100 0 100110 11100010 1001110 100011

Color Harmonies of #13339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13339D

Black with #13339D

Text Example


Text Example

White with #13339D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13339D; }

 p { color: rgb(19,51,157); }

 H1.HeaderClassName
 {
   color: #13339D;
 }
 .AnyTagClassName
 {
   color: #13339D;
 }
</style>

background-color css

<style>
 a { background-color: #13339D; }

 a { background-color: rgb(19,51,157); }

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

border-color css

<style>
 span { border-color: #13339D; }

 span { border-color: rgb(19,51,157); }

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