#15017D

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

Shades of Ultramarine #15017D

Tints of Ultramarine #15017D

Color information

#15017D (or 0x15017D) is unknown color: approx Ultramarine. HEX triplet: 15, 01 and 7D. RGB value is (21,1,125). Sum of RGB (Red+Green+Blue) = 21+1+125=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 125 (49.22% from 255 or 85.03% from 147); Max value from RGB is 125 - color contains mainly: blue. Hex color #15017D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15017D is #EAFE82. Grayscale: #141414. Windows color (decimal): -15400579 or 8192277. OLE color: 8192277.

HSL color Cylindrical-coordinate representation of color #15017D: hue angle of 249.68º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #15017D is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB211125-
CMYK0.830.9900.51
HSL249.68º98.41%24.71%-
HSV(B)249.68º99.2%49.02%-
XYZ4.021.6619.51-
YUV21.12186.63127.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.29%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 125 (49.22% from 255) = 85.03%
R=14.29%
G=0.68%
B=85.03%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2111250.830.9900.51249.6898.4124.71
Hex1517D5363033fa6219
Octal25117512314306337214231
Binary101011111110110100111100011011001111111010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15017D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,1,125); }

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

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

 a { background-color: rgb(21,1,125); }

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

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

 span { border-color: rgb(21,1,125); }

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