#151385

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

Shades of Ultramarine #151385

Tints of Ultramarine #151385

Color information

#151385 (or 0x151385) is unknown color: approx Ultramarine. HEX triplet: 15, 13 and 85. RGB value is (21,19,133). Sum of RGB (Red+Green+Blue) = 21+19+133=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 133 (52.34% from 255 or 76.88% from 173); Max value from RGB is 133 - color contains mainly: blue. Hex color #151385 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151385 is #EAEC7A. Grayscale: #202020. Windows color (decimal): -15395963 or 8721173. OLE color: 8721173.

HSL color Cylindrical-coordinate representation of color #151385: hue angle of 241.05º degrees, saturation: 0.75, 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 #151385 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2119133-
CMYK0.840.8600.48
HSL241.05º75%29.8%-
HSV(B)241.05º85.71%52.16%-
XYZ4.782.3222.39-
YUV32.59184.66119.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.14%
GREEN value IS 19 (7.81% from 255) = 10.98%
BLUE value IS 133 (52.34% from 255) = 76.88%
R=12.14%
G=10.98%
B=76.88%

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
Decimal21191330.840.8600.48241.057529.8
Hex1513855456030f14b1e
Octal252320512412606036111336
Binary10101100111000010110101001010110011000011110001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151385; }

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

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

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

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

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

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

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

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