#12027F

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

Shades of Ultramarine #12027F

Tints of Ultramarine #12027F

Color information

#12027F (or 0x12027F) is unknown color: approx Ultramarine. HEX triplet: 12, 02 and 7F. RGB value is (18,2,127). Sum of RGB (Red+Green+Blue) = 18+2+127=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 127 (50% from 255 or 86.39% from 147); Max value from RGB is 127 - color contains mainly: blue. Hex color #12027F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12027F is #EDFD80. Grayscale: #141414. Windows color (decimal): -15596929 or 8323602. OLE color: 8323602.

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

Color convert

RGB182127-
CMYK0.860.9800.50
HSL247.68º96.9%25.29%-
HSV(B)247.68º98.43%49.8%-
XYZ4.11.720.19-
YUV21.03187.8125.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 2 (1.17% from 255) = 1.36%
BLUE value IS 127 (50% from 255) = 86.39%
R=12.24%
G=1.36%
B=86.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1821270.860.9800.50247.6896.925.29
Hex1227F5662032f86119
Octal22217712614206237014131
Binary1001010111111110101101100010011001011111000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12027F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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