#12027C

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

Shades of Ultramarine #12027C

Tints of Ultramarine #12027C

Color information

#12027C (or 0x12027C) is unknown color: approx Ultramarine. HEX triplet: 12, 02 and 7C. RGB value is (18,2,124). Sum of RGB (Red+Green+Blue) = 18+2+124=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 124 (48.83% from 255 or 86.11% from 144); Max value from RGB is 124 - color contains mainly: blue. Hex color #12027C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12027C is #EDFD83. Grayscale: #141414. Windows color (decimal): -15596932 or 8126994. OLE color: 8126994.

HSL color Cylindrical-coordinate representation of color #12027C: hue angle of 247.87º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #12027C is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB182124-
CMYK0.850.9800.51
HSL247.87º96.83%24.71%-
HSV(B)247.87º98.39%48.63%-
XYZ3.911.6319.18-
YUV20.69186.3126.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.5%
GREEN value IS 2 (1.17% from 255) = 1.39%
BLUE value IS 124 (48.83% from 255) = 86.11%
R=12.5%
G=1.39%
B=86.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1821240.850.9800.51247.8796.8324.71
Hex1227C5562033f86119
Octal22217412514206337014131
Binary1001010111110010101011100010011001111111000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,2,124); }

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

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

 a { background-color: rgb(18,2,124); }

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

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

 span { border-color: rgb(18,2,124); }

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