#12018A

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

Shades of Ultramarine #12018A

Tints of Ultramarine #12018A

Color information

#12018A (or 0x12018A) is unknown color: approx Ultramarine. HEX triplet: 12, 01 and 8A. RGB value is (18,1,138). Sum of RGB (Red+Green+Blue) = 18+1+138=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 138 (54.30% from 255 or 87.90% from 157); Max value from RGB is 138 - color contains mainly: blue. Hex color #12018A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12018A is #EDFE75. Grayscale: #151515. Windows color (decimal): -15597174 or 9044242. OLE color: 9044242.

HSL color Cylindrical-coordinate representation of color #12018A: hue angle of 247.45º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12018A is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB181138-
CMYK0.870.9900.46
HSL247.45º98.56%27.25%-
HSV(B)247.45º99.28%54.12%-
XYZ4.851.9924.17-
YUV21.7193.63125.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 1 (0.78% from 255) = 0.64%
BLUE value IS 138 (54.30% from 255) = 87.90%
R=11.46%
G=0.64%
B=87.90%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1811380.870.9900.46247.4598.5627.25
Hex1218A576302Ef7631b
Octal22121212714305636714333
Binary1001011000101010101111100011010111011110111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12018A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12018A; }

 p { color: rgb(18,1,138); }

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

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

 a { background-color: rgb(18,1,138); }

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

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

 span { border-color: rgb(18,1,138); }

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