#121495

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

Shades of Ultramarine #121495

Tints of Ultramarine #121495

Color information

#121495 (or 0x121495) is unknown color: approx Ultramarine. HEX triplet: 12, 14 and 95. RGB value is (18,20,149). Sum of RGB (Red+Green+Blue) = 18+20+149=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 149 (58.59% from 255 or 79.68% from 187); Max value from RGB is 149 - color contains mainly: blue. Hex color #121495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121495 is #EDEB6A. Grayscale: #212121. Windows color (decimal): -15592299 or 9770002. OLE color: 9770002.

HSL color Cylindrical-coordinate representation of color #121495: hue angle of 239.08º 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 #121495 is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1820149-
CMYK0.880.8700.42
HSL239.08º78.44%32.75%-
HSV(B)239.08º87.92%58.43%-
XYZ5.922.828.66-
YUV34.11192.84116.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.63%
GREEN value IS 20 (8.20% from 255) = 10.70%
BLUE value IS 149 (58.59% from 255) = 79.68%
R=9.63%
G=10.70%
B=79.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18201490.880.8700.42239.0878.4432.75
Hex121495585702Aef4e21
Octal222422513012705235711641
Binary100101010010010101101100010101110101010111011111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121495; }

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

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

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

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

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

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

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

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