#120A85

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

Shades of Ultramarine #120A85

Tints of Ultramarine #120A85

Color information

#120A85 (or 0x120A85) is unknown color: approx Ultramarine. HEX triplet: 12, 0A and 85. RGB value is (18,10,133). Sum of RGB (Red+Green+Blue) = 18+10+133=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 133 (52.34% from 255 or 82.61% from 161); Max value from RGB is 133 - color contains mainly: blue. Hex color #120A85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120A85 is #EDF57A. Grayscale: #191919. Windows color (decimal): -15594875 or 8718866. OLE color: 8718866.

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

Color convert

RGB1810133-
CMYK0.860.9200.48
HSL243.9º86.01%28.04%-
HSV(B)243.9º92.48%52.16%-
XYZ4.592.0422.34-
YUV26.41188.15122-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.18%
GREEN value IS 10 (4.30% from 255) = 6.21%
BLUE value IS 133 (52.34% from 255) = 82.61%
R=11.18%
G=6.21%
B=82.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18101330.860.9200.48243.986.0128.04
Hex12A85565C030f4561c
Octal221220512613406036412634
Binary1001010101000010110101101011100011000011110100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120A85; }

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

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

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

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

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

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

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

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