#121893

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

Shades of Ultramarine #121893

Tints of Ultramarine #121893

Color information

#121893 (or 0x121893) is unknown color: approx Ultramarine. HEX triplet: 12, 18 and 93. RGB value is (18,24,147). Sum of RGB (Red+Green+Blue) = 18+24+147=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 147 (57.81% from 255 or 77.78% from 189); Max value from RGB is 147 - color contains mainly: blue. Hex color #121893 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121893 is #EDE76C. Grayscale: #232323. Windows color (decimal): -15591277 or 9639954. OLE color: 9639954.

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

Color convert

RGB1824147-
CMYK0.880.8400.42
HSL237.21º78.18%32.35%-
HSV(B)237.21º87.76%57.65%-
XYZ5.842.8927.85-
YUV36.23190.51115-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.52%
GREEN value IS 24 (9.77% from 255) = 12.70%
BLUE value IS 147 (57.81% from 255) = 77.78%
R=9.52%
G=12.70%
B=77.78%

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
Decimal18241470.880.8400.42237.2178.1832.35
Hex121893585402Aed4e20
Octal223022313012405235511640
Binary100101100010010011101100010101000101010111011011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121893; }

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

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

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

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

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

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

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

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