#121997

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

Shades of Ultramarine #121997

Tints of Ultramarine #121997

Color information

#121997 (or 0x121997) is unknown color: approx Ultramarine. HEX triplet: 12, 19 and 97. RGB value is (18,25,151). Sum of RGB (Red+Green+Blue) = 18+25+151=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 151 (59.38% from 255 or 77.84% from 194); Max value from RGB is 151 - color contains mainly: blue. Hex color #121997 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121997 is #EDE668. Grayscale: #242424. Windows color (decimal): -15591017 or 9902354. OLE color: 9902354.

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

Color convert

RGB1825151-
CMYK0.880.8300.41
HSL236.84º78.7%33.14%-
HSV(B)236.84º88.08%59.22%-
XYZ6.183.0629.54-
YUV37.27192.18114.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.28%
GREEN value IS 25 (10.16% from 255) = 12.89%
BLUE value IS 151 (59.38% from 255) = 77.84%
R=9.28%
G=12.89%
B=77.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18251510.880.8300.41236.8478.733.14
Hex1219975853029ed4f21
Octal223122713012305135511741
Binary100101100110010111101100010100110101001111011011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121997; }

 p { color: rgb(18,25,151); }

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

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

 a { background-color: rgb(18,25,151); }

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

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

 span { border-color: rgb(18,25,151); }

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