#121793

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

Shades of Ultramarine #121793

Tints of Ultramarine #121793

Color information

#121793 (or 0x121793) is unknown color: approx Ultramarine. HEX triplet: 12, 17 and 93. RGB value is (18,23,147). Sum of RGB (Red+Green+Blue) = 18+23+147=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 147 (57.81% from 255 or 78.19% from 188); Max value from RGB is 147 - color contains mainly: blue. Hex color #121793 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121793 is #EDE86C. Grayscale: #232323. Windows color (decimal): -15591533 or 9639698. OLE color: 9639698.

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

Color convert

RGB1823147-
CMYK0.880.8400.42
HSL237.67º78.18%32.35%-
HSV(B)237.67º87.76%57.65%-
XYZ5.822.8527.85-
YUV35.64190.84115.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.57%
GREEN value IS 23 (9.38% from 255) = 12.23%
BLUE value IS 147 (57.81% from 255) = 78.19%
R=9.57%
G=12.23%
B=78.19%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18231470.880.8400.42237.6778.1832.35
Hex121793585402Aee4e20
Octal222722313012405235611640
Binary100101011110010011101100010101000101010111011101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121793; }

 p { color: rgb(18,23,147); }

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

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

 a { background-color: rgb(18,23,147); }

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

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

 span { border-color: rgb(18,23,147); }

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