#15017F

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

Shades of Ultramarine #15017F

Tints of Ultramarine #15017F

Color information

#15017F (or 0x15017F) is unknown color: approx Ultramarine. HEX triplet: 15, 01 and 7F. RGB value is (21,1,127). Sum of RGB (Red+Green+Blue) = 21+1+127=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 127 (50% from 255 or 85.23% from 149); Max value from RGB is 127 - color contains mainly: blue. Hex color #15017F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15017F is #EAFE80. Grayscale: #141414. Windows color (decimal): -15400577 or 8323349. OLE color: 8323349.

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

Color convert

RGB211127-
CMYK0.830.9900.50
HSL249.52º98.44%25.1%-
HSV(B)249.52º99.21%49.8%-
XYZ4.151.7120.19-
YUV21.34187.63127.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.09%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 127 (50% from 255) = 85.23%
R=14.09%
G=0.67%
B=85.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2111270.830.9900.50249.5298.4425.1
Hex1517F5363032fa6219
Octal25117712314306237214231
Binary101011111111110100111100011011001011111010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15017F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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