#15029A

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

Shades of Ultramarine #15029A

Tints of Ultramarine #15029A

Color information

#15029A (or 0x15029A) is unknown color: approx Ultramarine. HEX triplet: 15, 02 and 9A. RGB value is (21,2,154). Sum of RGB (Red+Green+Blue) = 21+2+154=177 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.86% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 154 (60.55% from 255 or 87.01% from 177); Max value from RGB is 154 - color contains mainly: blue. Hex color #15029A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15029A is #EAFD65. Grayscale: #181818. Windows color (decimal): -15400294 or 10093077. OLE color: 10093077.

HSL color Cylindrical-coordinate representation of color #15029A: hue angle of 247.5º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #15029A is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB212154-
CMYK0.860.9900.40
HSL247.5º97.44%30.59%-
HSV(B)247.5º98.7%60.39%-
XYZ6.162.5430.74-
YUV25.01200.79125.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.86%
GREEN value IS 2 (1.17% from 255) = 1.13%
BLUE value IS 154 (60.55% from 255) = 87.01%
R=11.86%
G=1.13%
B=87.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2121540.860.9900.40247.597.4430.59
Hex1529A5663028f8611f
Octal25223212614305037014137
Binary10101101001101010101101100011010100011111000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15029A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,2,154); }

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

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

 a { background-color: rgb(21,2,154); }

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

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

 span { border-color: rgb(21,2,154); }

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