Html Css Color HEX #13289B Egyptian Blue

📋 copy color: '#13289B'

red 19 ◦ green 40 ◦ blue 155

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

Shades of Egyptian Blue #13289B

Tints of Egyptian Blue #13289B

RGB

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

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

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

R = 8.88%
G = 18.69%
B = 72.43%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13289B (or 0x13289B) is known color: Egyptian Blue. HEX triplet: 13, 28 and 9B. RGB value is (19,40,155). Sum of RGB (Red+Green+Blue) = 19+40+155=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 155 (60.94% from 255 or 72.43% from 214); Max value from RGB is 155 - color contains mainly: blue. Hex color #13289B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13289B is #ECD764. Grayscale: #2E2E2E. Windows color (decimal): -15521637 or 10168339. OLE color: 10168339.

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

Color convert

RGB 19 40 155 -
CMYK 0.88 0.74 0 0.39
HSL 230.74º 0.78% 0.34% -
HSV(B) 230.74º 0.88% 0.61% -
XYZ 6.94 4.02 31.42 -
YUV 46.83 189.04 108.15 -
System Red Green Blue C M Y K H S L
Decimal 19 40 155 0.88 0.74 0 0.39 230.74 0.78 0.34
Hex 13 28 9B 58 4A 0 27 E7 4E 22
Octal 23 50 233 130 112 0 47 347 116 42
Binary 10011 101000 10011011 1011000 1001010 0 100111 11100111 1001110 100010

Color Harmonies of #13289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13289B

Black with #13289B

Text Example


Text Example

White with #13289B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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