#121594

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

Shades of Ultramarine #121594

Tints of Ultramarine #121594

Color information

#121594 (or 0x121594) is unknown color: approx Ultramarine. HEX triplet: 12, 15 and 94. RGB value is (18,21,148). Sum of RGB (Red+Green+Blue) = 18+21+148=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 148 (58.20% from 255 or 79.14% from 187); Max value from RGB is 148 - color contains mainly: blue. Hex color #121594 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121594 is #EDEA6B. Grayscale: #222222. Windows color (decimal): -15592044 or 9704722. OLE color: 9704722.

HSL color Cylindrical-coordinate representation of color #121594: hue angle of 238.62º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #121594 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1821148-
CMYK0.880.8600.42
HSL238.62º78.31%32.55%-
HSV(B)238.62º87.84%58.04%-
XYZ5.862.828.25-
YUV34.58192.01116.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.63%
GREEN value IS 21 (8.59% from 255) = 11.23%
BLUE value IS 148 (58.20% from 255) = 79.14%
R=9.63%
G=11.23%
B=79.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18211480.880.8600.42238.6278.3132.55
Hex121594585602Aef4e21
Octal222522413012605235711641
Binary100101010110010100101100010101100101010111011111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121594; }

 p { color: rgb(18,21,148); }

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

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

 a { background-color: rgb(18,21,148); }

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

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

 span { border-color: rgb(18,21,148); }

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