#15027A

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

Shades of Ultramarine #15027A

Tints of Ultramarine #15027A

Color information

#15027A (or 0x15027A) is unknown color: approx Ultramarine. HEX triplet: 15, 02 and 7A. RGB value is (21,2,122). Sum of RGB (Red+Green+Blue) = 21+2+122=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 122 (48.05% from 255 or 84.14% from 145); Max value from RGB is 122 - color contains mainly: blue. Hex color #15027A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15027A is #EAFD85. Grayscale: #141414. Windows color (decimal): -15400326 or 7995925. OLE color: 7995925.

HSL color Cylindrical-coordinate representation of color #15027A: hue angle of 249.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #15027A is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB212122-
CMYK0.830.9800.52
HSL249.5º96.77%24.31%-
HSV(B)249.5º98.36%47.84%-
XYZ3.841.6118.52-
YUV21.36184.79127.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.48%
GREEN value IS 2 (1.17% from 255) = 1.38%
BLUE value IS 122 (48.05% from 255) = 84.14%
R=14.48%
G=1.38%
B=84.14%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2121220.830.9800.52249.596.7724.31
Hex1527A5362034fa6118
Octal25217212314206437214130
Binary1010110111101010100111100010011010011111010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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