Html Css Color HEX #13288D Egyptian Blue

📋 copy color: '#13288D'

red 19 ◦ green 40 ◦ blue 141

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

Shades of Egyptian Blue #13288D

Tints of Egyptian Blue #13288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20%

 BLUE value IS 141 (55.47% from 255) = 70.5%

R = 9.5%
G = 20%
B = 70.5%

CMYK

 C value IS 0.87

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13288D (or 0x13288D) is known color: Egyptian Blue. HEX triplet: 13, 28 and 8D. RGB value is (19,40,141). Sum of RGB (Red+Green+Blue) = 19+40+141=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 141 (55.47% from 255 or 70.5% from 200); Max value from RGB is 141 - color contains mainly: blue. Hex color #13288D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13288D is #ECD772. Grayscale: #2C2C2C. Windows color (decimal): -15521651 or 9250835. OLE color: 9250835.

HSL color Cylindrical-coordinate representation of color #13288D: hue angle of 229.67º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13288D is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 40 141 -
CMYK 0.87 0.72 0 0.45
HSL 229.67º 0.76% 0.31% -
HSV(B) 229.67º 0.87% 0.55% -
XYZ 5.84 3.58 25.58 -
YUV 45.24 182.04 109.29 -
System Red Green Blue C M Y K H S L
Decimal 19 40 141 0.87 0.72 0 0.45 229.67 0.76 0.31
Hex 13 28 8D 57 48 0 2D E6 4C 1F
Octal 23 50 215 127 110 0 55 346 114 37
Binary 10011 101000 10001101 1010111 1001000 0 101101 11100110 1001100 11111

Color Harmonies of #13288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13288D

Black with #13288D

Text Example


Text Example

White with #13288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,40,141); }

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

background-color css

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

 a { background-color: rgb(19,40,141); }

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

border-color css

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

 span { border-color: rgb(19,40,141); }

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