#13118b

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

Shades of Ultramarine #13118B

Tints of Ultramarine #13118B

Color information

#13118B (or 0x13118B) is unknown color: approx Ultramarine. HEX triplet: 13, 11 and 8B. RGB value is (19,17,139). Sum of RGB (Red+Green+Blue) = 19+17+139=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 139 (54.69% from 255 or 79.43% from 175); Max value from RGB is 139 - color contains mainly: blue. Hex color #13118B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13118B is #ECEE74. Grayscale: #1F1F1F. Windows color (decimal): -15527541 or 9113875. OLE color: 9113875.

HSL color Cylindrical-coordinate representation of color #13118B: hue angle of 240.98º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13118B is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1917139-
CMYK0.860.8800.45
HSL240.98º78.21%30.59%-
HSV(B)240.98º87.77%54.51%-
XYZ5.132.424.62-
YUV31.51188.66119.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.86%
GREEN value IS 17 (7.03% from 255) = 9.71%
BLUE value IS 139 (54.69% from 255) = 79.43%
R=10.86%
G=9.71%
B=79.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19171390.860.8800.45240.9878.2130.59
Hex13118B565802Df14e1f
Octal232121312613005536111637
Binary10011100011000101110101101011000010110111110001100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13118b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,17,139); }

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

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

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

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

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

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

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