#15048A

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

Shades of Ultramarine #15048A

Tints of Ultramarine #15048A

Color information

#15048A (or 0x15048A) is unknown color: approx Ultramarine. HEX triplet: 15, 04 and 8A. RGB value is (21,4,138). Sum of RGB (Red+Green+Blue) = 21+4+138=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 138 (54.30% from 255 or 84.66% from 163); Max value from RGB is 138 - color contains mainly: blue. Hex color #15048A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15048A is #EAFB75. Grayscale: #171717. Windows color (decimal): -15399798 or 9045013. OLE color: 9045013.

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

Color convert

RGB214138-
CMYK0.850.9700.46
HSL247.61º94.37%27.84%-
HSV(B)247.61º97.1%54.12%-
XYZ4.942.0824.19-
YUV24.36192.13125.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.88%
GREEN value IS 4 (1.95% from 255) = 2.45%
BLUE value IS 138 (54.30% from 255) = 84.66%
R=12.88%
G=2.45%
B=84.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2141380.850.9700.46247.6194.3727.84
Hex1548A556102Ef85e1c
Octal25421212514105637013634
Binary101011001000101010101011100001010111011111000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15048A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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