#121498

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

Shades of Ultramarine #121498

Tints of Ultramarine #121498

Color information

#121498 (or 0x121498) is unknown color: approx Ultramarine. HEX triplet: 12, 14 and 98. RGB value is (18,20,152). Sum of RGB (Red+Green+Blue) = 18+20+152=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 152 (59.77% from 255 or 80% from 190); Max value from RGB is 152 - color contains mainly: blue. Hex color #121498 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121498 is #EDEB67. Grayscale: #212121. Windows color (decimal): -15592296 or 9966610. OLE color: 9966610.

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

Color convert

RGB1820152-
CMYK0.880.8700.40
HSL239.1º78.82%33.33%-
HSV(B)239.1º88.16%59.61%-
XYZ6.172.929.94-
YUV34.45194.34116.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 20 (8.20% from 255) = 10.53%
BLUE value IS 152 (59.77% from 255) = 80%
R=9.47%
G=10.53%
B=80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18201520.880.8700.40239.178.8233.33
Hex1214985857028ef4f21
Octal222423013012705035711741
Binary100101010010011000101100010101110101000111011111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121498; }

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

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

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

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

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

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

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

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