#120584

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

Shades of Ultramarine #120584

Tints of Ultramarine #120584

Color information

#120584 (or 0x120584) is unknown color: approx Ultramarine. HEX triplet: 12, 05 and 84. RGB value is (18,5,132). Sum of RGB (Red+Green+Blue) = 18+5+132=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 132 (51.95% from 255 or 85.16% from 155); Max value from RGB is 132 - color contains mainly: blue. Hex color #120584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120584 is #EDFA7B. Grayscale: #161616. Windows color (decimal): -15596156 or 8652050. OLE color: 8652050.

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

Color convert

RGB185132-
CMYK0.860.9600.48
HSL246.14º92.7%26.86%-
HSV(B)246.14º96.21%51.76%-
XYZ4.471.921.96-
YUV23.36189.31124.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 5 (2.34% from 255) = 3.23%
BLUE value IS 132 (51.95% from 255) = 85.16%
R=11.61%
G=3.23%
B=85.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1851320.860.9600.48246.1492.726.86
Hex125845660030f65d1b
Octal22520412614006036613533
Binary100101011000010010101101100000011000011110110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120584; }

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

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

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

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

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

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

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

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