#120885

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

Shades of Ultramarine #120885

Tints of Ultramarine #120885

Color information

#120885 (or 0x120885) is unknown color: approx Ultramarine. HEX triplet: 12, 08 and 85. RGB value is (18,8,133). Sum of RGB (Red+Green+Blue) = 18+8+133=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 133 (52.34% from 255 or 83.65% from 159); Max value from RGB is 133 - color contains mainly: blue. Hex color #120885 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120885 is #EDF77A. Grayscale: #181818. Windows color (decimal): -15595387 or 8718354. OLE color: 8718354.

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

Color convert

RGB188133-
CMYK0.860.9400.48
HSL244.8º88.65%27.65%-
HSV(B)244.8º93.98%52.16%-
XYZ4.57222.33-
YUV25.24188.81122.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.32%
GREEN value IS 8 (3.52% from 255) = 5.03%
BLUE value IS 133 (52.34% from 255) = 83.65%
R=11.32%
G=5.03%
B=83.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1881330.860.9400.48244.888.6527.65
Hex12885565E030f5591c
Octal221020512613606036513134
Binary1001010001000010110101101011110011000011110101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120885; }

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

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

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

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

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

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

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

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