#15017E

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

Shades of Ultramarine #15017E

Tints of Ultramarine #15017E

Color information

#15017E (or 0x15017E) is unknown color: approx Ultramarine. HEX triplet: 15, 01 and 7E. RGB value is (21,1,126). Sum of RGB (Red+Green+Blue) = 21+1+126=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 126 (49.61% from 255 or 85.14% from 148); Max value from RGB is 126 - color contains mainly: blue. Hex color #15017E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15017E is #EAFE81. Grayscale: #141414. Windows color (decimal): -15400578 or 8257813. OLE color: 8257813.

HSL color Cylindrical-coordinate representation of color #15017E: hue angle of 249.6º 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 #15017E is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB211126-
CMYK0.830.9900.51
HSL249.6º98.43%24.9%-
HSV(B)249.6º99.21%49.41%-
XYZ4.091.6919.85-
YUV21.23187.13127.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.19%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 126 (49.61% from 255) = 85.14%
R=14.19%
G=0.68%
B=85.14%

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
Decimal2111260.830.9900.51249.698.4324.9
Hex1517E5363033fa6219
Octal25117612314306337214231
Binary101011111111010100111100011011001111111010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15017E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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