#13139b

Color #13139B Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #13139B

Tints of Ultramarine #13139B

Color information

#13139B (or 0x13139B) is unknown color: approx Ultramarine. HEX triplet: 13, 13 and 9B. RGB value is (19,19,155). Sum of RGB (Red+Green+Blue) = 19+19+155=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 155 (60.94% from 255 or 80.31% from 193); Max value from RGB is 155 - color contains mainly: blue. Hex color #13139B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13139B is #ECEC64. Grayscale: #212121. Windows color (decimal): -15527013 or 10162963. OLE color: 10162963.

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

Color convert

RGB1919155-
CMYK0.880.8800.39
HSL240º78.16%34.12%-
HSV(B)240º87.74%60.78%-
XYZ6.422.9731.25-
YUV34.5196116.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.84%
GREEN value IS 19 (7.81% from 255) = 9.84%
BLUE value IS 155 (60.94% from 255) = 80.31%
R=9.84%
G=9.84%
B=80.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal19191550.880.8800.3924078.1634.12
Hex13139B5858027f04e22
Octal232323313013004736011642
Binary100111001110011011101100010110000100111111100001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13139b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13139b; }

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

 H1.HeaderClassName
 {
   color: #13139b;
 }
 .AnyTagClassName
 {
   color: #13139b;
 }
</style>
background-color css

<style>
 a { background-color: #13139b; }

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

 div.DivClassName
 {
   background-color: #13139b;
 }
 .BgClassName
 {
   background-color: #13139b;
 }
</style>
border-color css

<style>
 span { border-color: #13139b; }

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

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