#12018B

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

Shades of Ultramarine #12018B

Tints of Ultramarine #12018B

Color information

#12018B (or 0x12018B) is unknown color: approx Ultramarine. HEX triplet: 12, 01 and 8B. RGB value is (18,1,139). Sum of RGB (Red+Green+Blue) = 18+1+139=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 139 (54.69% from 255 or 87.97% from 158); Max value from RGB is 139 - color contains mainly: blue. Hex color #12018B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12018B is #EDFE74. Grayscale: #151515. Windows color (decimal): -15597173 or 9109778. OLE color: 9109778.

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

Color convert

RGB181139-
CMYK0.870.9900.45
HSL247.39º98.57%27.45%-
HSV(B)247.39º99.28%54.51%-
XYZ4.922.0124.56-
YUV21.82194.13125.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 139 (54.69% from 255) = 87.97%
R=11.39%
G=0.63%
B=87.97%

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
Decimal1811390.870.9900.45247.3998.5727.45
Hex1218B576302Df7631b
Octal22121312714305536714333
Binary1001011000101110101111100011010110111110111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12018B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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