#12007e

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

Shades of Ultramarine #12007E

Tints of Ultramarine #12007E

Color information

#12007E (or 0x12007E) is unknown color: approx Ultramarine. HEX triplet: 12, 00 and 7E. RGB value is (18,0,126). Sum of RGB (Red+Green+Blue) = 18+0+126=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 126 (49.61% from 255 or 87.5% from 144); Max value from RGB is 126 - color contains mainly: blue. Hex color #12007E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12007E is #EDFF81. Grayscale: #131313. Windows color (decimal): -15597442 or 8257554. OLE color: 8257554.

HSL color Cylindrical-coordinate representation of color #12007E: hue angle of 248.57º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12007E is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB180126-
CMYK0.86100.51
HSL248.57º100%24.71%-
HSV(B)248.57º100%49.41%-
XYZ4.021.6319.84-
YUV19.75187.96126.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 126 (49.61% from 255) = 87.5%
R=12.5%
G=0%
B=87.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1801260.86100.51248.5710024.71
Hex1207E5664033f96419
Octal22017612614406337114431
Binary100100111111010101101100100011001111111001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12007e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12007e; }

 p { color: rgb(18,0,126); }

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

<style>
 a { background-color: #12007e; }

 a { background-color: rgb(18,0,126); }

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

<style>
 span { border-color: #12007e; }

 span { border-color: rgb(18,0,126); }

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