#15118b

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

Shades of Ultramarine #15118B

Tints of Ultramarine #15118B

Color information

#15118B (or 0x15118B) is unknown color: approx Ultramarine. HEX triplet: 15, 11 and 8B. RGB value is (21,17,139). Sum of RGB (Red+Green+Blue) = 21+17+139=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 139 (54.69% from 255 or 78.53% from 177); Max value from RGB is 139 - color contains mainly: blue. Hex color #15118B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15118B is #EAEE74. Grayscale: #1F1F1F. Windows color (decimal): -15396469 or 9113877. OLE color: 9113877.

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

Color convert

RGB2117139-
CMYK0.850.8800.45
HSL241.97º78.21%30.59%-
HSV(B)241.97º87.77%54.51%-
XYZ5.172.4224.62-
YUV32.1188.33120.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.86%
GREEN value IS 17 (7.03% from 255) = 9.60%
BLUE value IS 139 (54.69% from 255) = 78.53%
R=11.86%
G=9.60%
B=78.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21171390.850.8800.45241.9778.2130.59
Hex15118B555802Df24e1f
Octal252121312513005536211637
Binary10101100011000101110101011011000010110111110010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15118b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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