Html Css Color HEX #13259B Egyptian Blue

📋 copy color: '#13259B'

red 19 ◦ green 37 ◦ blue 155

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

Shades of Egyptian Blue #13259B

Tints of Egyptian Blue #13259B

RGB

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

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

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

R = 9%
G = 17.54%
B = 73.46%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#13259B (or 0x13259B) is known color: Egyptian Blue. HEX triplet: 13, 25 and 9B. RGB value is (19,37,155). Sum of RGB (Red+Green+Blue) = 19+37+155=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 155 (60.94% from 255 or 73.46% from 211); Max value from RGB is 155 - color contains mainly: blue. Hex color #13259B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13259B is #ECDA64. Grayscale: #2C2C2C. Windows color (decimal): -15522405 or 10167571. OLE color: 10167571.

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

Color convert

RGB 19 37 155 -
CMYK 0.88 0.76 0 0.39
HSL 232.06º 0.78% 0.34% -
HSV(B) 232.06º 0.88% 0.61% -
XYZ 6.85 3.83 31.39 -
YUV 45.07 190.04 109.41 -
System Red Green Blue C M Y K H S L
Decimal 19 37 155 0.88 0.76 0 0.39 232.06 0.78 0.34
Hex 13 25 9B 58 4C 0 27 E8 4E 22
Octal 23 45 233 130 114 0 47 350 116 42
Binary 10011 100101 10011011 1011000 1001100 0 100111 11101000 1001110 100010

Color Harmonies of #13259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13259B

Black with #13259B

Text Example


Text Example

White with #13259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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