#12079B

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

Shades of Ultramarine #12079B

Tints of Ultramarine #12079B

Color information

#12079B (or 0x12079B) is unknown color: approx Ultramarine. HEX triplet: 12, 07 and 9B. RGB value is (18,7,155). Sum of RGB (Red+Green+Blue) = 18+7+155=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 155 (60.94% from 255 or 86.11% from 180); Max value from RGB is 155 - color contains mainly: blue. Hex color #12079B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12079B is #EDF864. Grayscale: #1A1A1A. Windows color (decimal): -15595621 or 10159890. OLE color: 10159890.

HSL color Cylindrical-coordinate representation of color #12079B: hue angle of 244.46º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #12079B is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB187155-
CMYK0.880.9500.39
HSL244.46º91.36%31.76%-
HSV(B)244.46º95.48%60.78%-
XYZ6.242.6531.19-
YUV27.16200.14121.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 7 (3.12% from 255) = 3.89%
BLUE value IS 155 (60.94% from 255) = 86.11%
R=10%
G=3.89%
B=86.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1871550.880.9500.39244.4691.3631.76
Hex1279B585F027f45b20
Octal22723313013704736413340
Binary1001011110011011101100010111110100111111101001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12079B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,7,155); }

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

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

 a { background-color: rgb(18,7,155); }

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

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

 span { border-color: rgb(18,7,155); }

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