#15028D

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

Shades of Ultramarine #15028D

Tints of Ultramarine #15028D

Color information

#15028D (or 0x15028D) is unknown color: approx Ultramarine. HEX triplet: 15, 02 and 8D. RGB value is (21,2,141). Sum of RGB (Red+Green+Blue) = 21+2+141=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 141 (55.47% from 255 or 85.98% from 164); Max value from RGB is 141 - color contains mainly: blue. Hex color #15028D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #15028D is #EAFD72. Grayscale: #161616. Windows color (decimal): -15400307 or 9241109. OLE color: 9241109.

HSL color Cylindrical-coordinate representation of color #15028D: hue angle of 248.2º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #15028D is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB212141-
CMYK0.850.9900.45
HSL248.2º97.2%28.04%-
HSV(B)248.2º98.58%55.29%-
XYZ5.142.1325.34-
YUV23.53194.29126.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.80%
GREEN value IS 2 (1.17% from 255) = 1.22%
BLUE value IS 141 (55.47% from 255) = 85.98%
R=12.80%
G=1.22%
B=85.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2121410.850.9900.45248.297.228.04
Hex1528D556302Df8611c
Octal25221512514305537014134
Binary10101101000110110101011100011010110111111000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15028D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15028D; }

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

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

<style>
 a { background-color: #15028D; }

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

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

<style>
 span { border-color: #15028D; }

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

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