#120A98

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

Shades of Ultramarine #120A98

Tints of Ultramarine #120A98

Color information

#120A98 (or 0x120A98) is unknown color: approx Ultramarine. HEX triplet: 12, 0A and 98. RGB value is (18,10,152). Sum of RGB (Red+Green+Blue) = 18+10+152=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 152 (59.77% from 255 or 84.44% from 180); Max value from RGB is 152 - color contains mainly: blue. Hex color #120A98 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120A98 is #EDF567. Grayscale: #1C1C1C. Windows color (decimal): -15594856 or 9964050. OLE color: 9964050.

HSL color Cylindrical-coordinate representation of color #120A98: hue angle of 243.38º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120A98 is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1810152-
CMYK0.880.9300.40
HSL243.38º87.65%31.76%-
HSV(B)243.38º93.42%59.61%-
XYZ6.032.6129.89-
YUV28.58197.65120.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 10 (4.30% from 255) = 5.56%
BLUE value IS 152 (59.77% from 255) = 84.44%
R=10%
G=5.56%
B=84.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18101520.880.9300.40243.3887.6531.76
Hex12A98585D028f35820
Octal221223013013505036313040
Binary10010101010011000101100010111010101000111100111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,10,152); }

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

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

 a { background-color: rgb(18,10,152); }

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

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

 span { border-color: rgb(18,10,152); }

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