#120292

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

Shades of Ultramarine #120292

Tints of Ultramarine #120292

Color information

#120292 (or 0x120292) is unknown color: approx Ultramarine. HEX triplet: 12, 02 and 92. RGB value is (18,2,146). Sum of RGB (Red+Green+Blue) = 18+2+146=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 146 (57.42% from 255 or 87.95% from 166); Max value from RGB is 146 - color contains mainly: blue. Hex color #120292 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120292 is #EDFD6D. Grayscale: #161616. Windows color (decimal): -15596910 or 9568786. OLE color: 9568786.

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

Color convert

RGB182146-
CMYK0.880.9900.43
HSL246.67º97.3%29.02%-
HSV(B)246.67º98.63%57.25%-
XYZ5.462.2527.34-
YUV23.2197.3124.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.84%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 146 (57.42% from 255) = 87.95%
R=10.84%
G=1.20%
B=87.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1821460.880.9900.43246.6797.329.02
Hex12292586302Bf7611d
Octal22222213014305336714135
Binary10010101001001010110001100011010101111110111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120292; }

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

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

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

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

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

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

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

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