#15218D

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

Shades of Ultramarine #15218D

Tints of Ultramarine #15218D

Color information

#15218D (or 0x15218D) is unknown color: approx Ultramarine. HEX triplet: 15, 21 and 8D. RGB value is (21,33,141). Sum of RGB (Red+Green+Blue) = 21+33+141=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 141 (55.47% from 255 or 72.31% from 195); Max value from RGB is 141 - color contains mainly: blue. Hex color #15218D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15218D is #EADE72. Grayscale: #292929. Windows color (decimal): -15392371 or 9249045. OLE color: 9249045.

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

Color convert

RGB2133141-
CMYK0.850.7700.45
HSL234º74.07%31.76%-
HSV(B)234º85.11%55.29%-
XYZ5.663.1725.51-
YUV41.72184.02113.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.77%
GREEN value IS 33 (13.28% from 255) = 16.92%
BLUE value IS 141 (55.47% from 255) = 72.31%
R=10.77%
G=16.92%
B=72.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21331410.850.7700.4523474.0731.76
Hex15218D554D02Dea4a20
Octal254121512511505535211240
Binary1010110000110001101101010110011010101101111010101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15218D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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