Html Css Color HEX #13258D Egyptian Blue

📋 copy color: '#13258D'

red 19 ◦ green 37 ◦ blue 141

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

Shades of Egyptian Blue #13258D

Tints of Egyptian Blue #13258D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.78%

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

R = 9.64%
G = 18.78%
B = 71.57%

CMYK

 C value IS 0.87

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13258D (or 0x13258D) is known color: Egyptian Blue. HEX triplet: 13, 25 and 8D. RGB value is (19,37,141). Sum of RGB (Red+Green+Blue) = 19+37+141=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 141 (55.47% from 255 or 71.57% from 197); Max value from RGB is 141 - color contains mainly: blue. Hex color #13258D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13258D is #ECDA72. Grayscale: #2B2B2B. Windows color (decimal): -15522419 or 9250067. OLE color: 9250067.

HSL color Cylindrical-coordinate representation of color #13258D: hue angle of 231.15º 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 #13258D is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 37 141 -
CMYK 0.87 0.74 0 0.45
HSL 231.15º 0.76% 0.31% -
HSV(B) 231.15º 0.87% 0.55% -
XYZ 5.74 3.38 25.55 -
YUV 43.47 183.04 110.54 -
System Red Green Blue C M Y K H S L
Decimal 19 37 141 0.87 0.74 0 0.45 231.15 0.76 0.31
Hex 13 25 8D 57 4A 0 2D E7 4C 1F
Octal 23 45 215 127 112 0 55 347 114 37
Binary 10011 100101 10001101 1010111 1001010 0 101101 11100111 1001100 11111

Color Harmonies of #13258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13258D

Black with #13258D

Text Example


Text Example

White with #13258D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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