#120D9D

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

Shades of Ultramarine #120D9D

Tints of Ultramarine #120D9D

Color information

#120D9D (or 0x120D9D) is unknown color: approx Ultramarine. HEX triplet: 12, 0D and 9D. RGB value is (18,13,157). Sum of RGB (Red+Green+Blue) = 18+13+157=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 157 (61.72% from 255 or 83.51% from 188); Max value from RGB is 157 - color contains mainly: blue. Hex color #120D9D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120D9D is #EDF262. Grayscale: #1E1E1E. Windows color (decimal): -15594083 or 10292498. OLE color: 10292498.

HSL color Cylindrical-coordinate representation of color #120D9D: hue angle of 242.08º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #120D9D is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1813157-
CMYK0.890.9200.38
HSL242.08º84.71%33.33%-
HSV(B)242.08º91.72%61.57%-
XYZ6.482.8532.11-
YUV30.91199.16118.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.57%
GREEN value IS 13 (5.47% from 255) = 6.91%
BLUE value IS 157 (61.72% from 255) = 83.51%
R=9.57%
G=6.91%
B=83.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18131570.890.9200.38242.0884.7133.33
Hex12D9D595C026f25521
Octal221523513113404636212541
Binary10010110110011101101100110111000100110111100101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,13,157); }

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

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

 a { background-color: rgb(18,13,157); }

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

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

 span { border-color: rgb(18,13,157); }

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