#121398

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

Shades of Ultramarine #121398

Tints of Ultramarine #121398

Color information

#121398 (or 0x121398) is unknown color: approx Ultramarine. HEX triplet: 12, 13 and 98. RGB value is (18,19,152). Sum of RGB (Red+Green+Blue) = 18+19+152=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 152 (59.77% from 255 or 80.42% from 189); Max value from RGB is 152 - color contains mainly: blue. Hex color #121398 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121398 is #EDEC67. Grayscale: #212121. Windows color (decimal): -15592552 or 9966354. OLE color: 9966354.

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

Color convert

RGB1819152-
CMYK0.880.8700.40
HSL239.55º78.82%33.33%-
HSV(B)239.55º88.16%59.61%-
XYZ6.152.8629.93-
YUV33.86194.67116.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.52%
GREEN value IS 19 (7.81% from 255) = 10.05%
BLUE value IS 152 (59.77% from 255) = 80.42%
R=9.52%
G=10.05%
B=80.42%

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
Decimal18191520.880.8700.40239.5578.8233.33
Hex1213985857028f04f21
Octal222323013012705036011741
Binary100101001110011000101100010101110101000111100001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121398; }

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

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

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

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

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

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

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

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