#15108C

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

Shades of Ultramarine #15108C

Tints of Ultramarine #15108C

Color information

#15108C (or 0x15108C) is unknown color: approx Ultramarine. HEX triplet: 15, 10 and 8C. RGB value is (21,16,140). Sum of RGB (Red+Green+Blue) = 21+16+140=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 140 (55.08% from 255 or 79.10% from 177); Max value from RGB is 140 - color contains mainly: blue. Hex color #15108C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15108C is #EAEF73. Grayscale: #1F1F1F. Windows color (decimal): -15396724 or 9179157. OLE color: 9179157.

HSL color Cylindrical-coordinate representation of color #15108C: hue angle of 242.42º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15108C is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2116140-
CMYK0.850.8900.45
HSL242.42º79.49%30.59%-
HSV(B)242.42º88.57%54.9%-
XYZ5.232.4225-
YUV31.63189.16120.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.86%
GREEN value IS 16 (6.64% from 255) = 9.04%
BLUE value IS 140 (55.08% from 255) = 79.10%
R=11.86%
G=9.04%
B=79.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21161400.850.8900.45242.4279.4930.59
Hex15108C555902Df24f1f
Octal252021412513105536211737
Binary10101100001000110010101011011001010110111110010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15108C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15108C; }

 p { color: rgb(21,16,140); }

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

<style>
 a { background-color: #15108C; }

 a { background-color: rgb(21,16,140); }

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

<style>
 span { border-color: #15108C; }

 span { border-color: rgb(21,16,140); }

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