#12018C

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

Shades of Ultramarine #12018C

Tints of Ultramarine #12018C

Color information

#12018C (or 0x12018C) is unknown color: approx Ultramarine. HEX triplet: 12, 01 and 8C. RGB value is (18,1,140). Sum of RGB (Red+Green+Blue) = 18+1+140=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 140 (55.08% from 255 or 88.05% from 159); Max value from RGB is 140 - color contains mainly: blue. Hex color #12018C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12018C is #EDFE73. Grayscale: #151515. Windows color (decimal): -15597172 or 9175314. OLE color: 9175314.

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

Color convert

RGB181140-
CMYK0.870.9900.45
HSL247.34º98.58%27.65%-
HSV(B)247.34º99.29%54.9%-
XYZ4.992.0424.94-
YUV21.93194.63125.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.32%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 140 (55.08% from 255) = 88.05%
R=11.32%
G=0.63%
B=88.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1811400.870.9900.45247.3498.5827.65
Hex1218C576302Df7631c
Octal22121412714305536714334
Binary1001011000110010101111100011010110111110111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12018C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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