#15098A

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

Shades of Ultramarine #15098A

Tints of Ultramarine #15098A

Color information

#15098A (or 0x15098A) is unknown color: approx Ultramarine. HEX triplet: 15, 09 and 8A. RGB value is (21,9,138). Sum of RGB (Red+Green+Blue) = 21+9+138=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 138 (54.30% from 255 or 82.14% from 168); Max value from RGB is 138 - color contains mainly: blue. Hex color #15098A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15098A is #EAF675. Grayscale: #1A1A1A. Windows color (decimal): -15398518 or 9046293. OLE color: 9046293.

HSL color Cylindrical-coordinate representation of color #15098A: hue angle of 245.58º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #15098A is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB219138-
CMYK0.850.9300.46
HSL245.58º87.76%28.82%-
HSV(B)245.58º93.48%54.12%-
XYZ4.992.1924.2-
YUV27.29190.48123.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.5%
GREEN value IS 9 (3.91% from 255) = 5.36%
BLUE value IS 138 (54.30% from 255) = 82.14%
R=12.5%
G=5.36%
B=82.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2191380.850.9300.46245.5887.7628.82
Hex1598A555D02Ef6581d
Octal251121212513505636613035
Binary1010110011000101010101011011101010111011110110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15098A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15098A; }

 p { color: rgb(21,9,138); }

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

<style>
 a { background-color: #15098A; }

 a { background-color: rgb(21,9,138); }

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

<style>
 span { border-color: #15098A; }

 span { border-color: rgb(21,9,138); }

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