#150985

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

Shades of Ultramarine #150985

Tints of Ultramarine #150985

Color information

#150985 (or 0x150985) is unknown color: approx Ultramarine. HEX triplet: 15, 09 and 85. RGB value is (21,9,133). Sum of RGB (Red+Green+Blue) = 21+9+133=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 133 (52.34% from 255 or 81.60% from 163); Max value from RGB is 133 - color contains mainly: blue. Hex color #150985 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150985 is #EAF67A. Grayscale: #1A1A1A. Windows color (decimal): -15398523 or 8718613. OLE color: 8718613.

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

Color convert

RGB219133-
CMYK0.840.9300.48
HSL245.81º87.32%27.84%-
HSV(B)245.81º93.23%52.16%-
XYZ4.642.0522.34-
YUV26.72187.98123.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.88%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 133 (52.34% from 255) = 81.60%
R=12.88%
G=5.52%
B=81.60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2191330.840.9300.48245.8187.3227.84
Hex15985545D030f6571c
Octal251120512413506036612734
Binary1010110011000010110101001011101011000011110110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150985; }

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

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

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

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

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

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

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

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