#151285

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

Shades of Ultramarine #151285

Tints of Ultramarine #151285

Color information

#151285 (or 0x151285) is unknown color: approx Ultramarine. HEX triplet: 15, 12 and 85. RGB value is (21,18,133). Sum of RGB (Red+Green+Blue) = 21+18+133=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 133 (52.34% from 255 or 77.33% from 172); Max value from RGB is 133 - color contains mainly: blue. Hex color #151285 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151285 is #EAED7A. Grayscale: #1F1F1F. Windows color (decimal): -15396219 or 8720917. OLE color: 8720917.

HSL color Cylindrical-coordinate representation of color #151285: hue angle of 241.57º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #151285 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2118133-
CMYK0.840.8600.48
HSL241.57º76.16%29.61%-
HSV(B)241.57º86.47%52.16%-
XYZ4.762.2922.38-
YUV32.01184.99120.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.21%
GREEN value IS 18 (7.42% from 255) = 10.47%
BLUE value IS 133 (52.34% from 255) = 77.33%
R=12.21%
G=10.47%
B=77.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21181330.840.8600.48241.5776.1629.61
Hex1512855456030f24c1e
Octal252220512412606036211436
Binary10101100101000010110101001010110011000011110010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151285; }

 p { color: rgb(21,18,133); }

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

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

 a { background-color: rgb(21,18,133); }

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

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

 span { border-color: rgb(21,18,133); }

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