#120792

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

Shades of Ultramarine #120792

Tints of Ultramarine #120792

Color information

#120792 (or 0x120792) is unknown color: approx Ultramarine. HEX triplet: 12, 07 and 92. RGB value is (18,7,146). Sum of RGB (Red+Green+Blue) = 18+7+146=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 146 (57.42% from 255 or 85.38% from 171); Max value from RGB is 146 - color contains mainly: blue. Hex color #120792 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120792 is #EDF86D. Grayscale: #191919. Windows color (decimal): -15595630 or 9570066. OLE color: 9570066.

HSL color Cylindrical-coordinate representation of color #120792: hue angle of 244.75º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120792 is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB187146-
CMYK0.880.9500.43
HSL244.75º90.85%30%-
HSV(B)244.75º95.21%57.25%-
XYZ5.512.3627.36-
YUV26.14195.64122.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.53%
GREEN value IS 7 (3.12% from 255) = 4.09%
BLUE value IS 146 (57.42% from 255) = 85.38%
R=10.53%
G=4.09%
B=85.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1871460.880.9500.43244.7590.8530
Hex12792585F02Bf55b1e
Octal22722213013705336513336
Binary100101111001001010110001011111010101111110101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120792; }

 p { color: rgb(18,7,146); }

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

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

 a { background-color: rgb(18,7,146); }

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

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

 span { border-color: rgb(18,7,146); }

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