Html Css Color HEX #13249B Egyptian Blue

📋 copy color: '#13249B'

red 19 ◦ green 36 ◦ blue 155

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

Shades of Egyptian Blue #13249B

Tints of Egyptian Blue #13249B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.14%

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

R = 9.05%
G = 17.14%
B = 73.81%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13249B (or 0x13249B) is known color: Egyptian Blue. HEX triplet: 13, 24 and 9B. RGB value is (19,36,155). Sum of RGB (Red+Green+Blue) = 19+36+155=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 155 (60.94% from 255 or 73.81% from 210); Max value from RGB is 155 - color contains mainly: blue. Hex color #13249B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13249B is #ECDB64. Grayscale: #2B2B2B. Windows color (decimal): -15522661 or 10167315. OLE color: 10167315.

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

Color convert

RGB 19 36 155 -
CMYK 0.88 0.77 0 0.39
HSL 232.5º 0.78% 0.34% -
HSV(B) 232.5º 0.88% 0.61% -
XYZ 6.82 3.77 31.38 -
YUV 44.48 190.37 109.82 -
System Red Green Blue C M Y K H S L
Decimal 19 36 155 0.88 0.77 0 0.39 232.5 0.78 0.34
Hex 13 24 9B 58 4D 0 27 E8 4E 22
Octal 23 44 233 130 115 0 47 350 116 42
Binary 10011 100100 10011011 1011000 1001101 0 100111 11101000 1001110 100010

Color Harmonies of #13249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13249B

Black with #13249B

Text Example


Text Example

White with #13249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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