#120594

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

Shades of Ultramarine #120594

Tints of Ultramarine #120594

Color information

#120594 (or 0x120594) is unknown color: approx Ultramarine. HEX triplet: 12, 05 and 94. RGB value is (18,5,148). Sum of RGB (Red+Green+Blue) = 18+5+148=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 148 (58.20% from 255 or 86.55% from 171); Max value from RGB is 148 - color contains mainly: blue. Hex color #120594 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120594 is #EDFA6B. Grayscale: #181818. Windows color (decimal): -15596140 or 9700626. OLE color: 9700626.

HSL color Cylindrical-coordinate representation of color #120594: hue angle of 245.45º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #120594 is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB185148-
CMYK0.880.9700.42
HSL245.45º93.46%30%-
HSV(B)245.45º96.62%58.04%-
XYZ5.652.3828.18-
YUV25.19197.31122.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.53%
GREEN value IS 5 (2.34% from 255) = 2.92%
BLUE value IS 148 (58.20% from 255) = 86.55%
R=10.53%
G=2.92%
B=86.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1851480.880.9700.42245.4593.4630
Hex12594586102Af55d1e
Octal22522413014105236513536
Binary100101011001010010110001100001010101011110101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120594; }

 p { color: rgb(18,5,148); }

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

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

 a { background-color: rgb(18,5,148); }

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

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

 span { border-color: rgb(18,5,148); }

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