#12109C

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

Shades of Ultramarine #12109C

Tints of Ultramarine #12109C

Color information

#12109C (or 0x12109C) is unknown color: approx Ultramarine. HEX triplet: 12, 10 and 9C. RGB value is (18,16,156). Sum of RGB (Red+Green+Blue) = 18+16+156=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 156 (61.33% from 255 or 82.11% from 190); Max value from RGB is 156 - color contains mainly: blue. Hex color #12109C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12109C is #EDEF63. Grayscale: #202020. Windows color (decimal): -15593316 or 10227730. OLE color: 10227730.

HSL color Cylindrical-coordinate representation of color #12109C: hue angle of 240.86º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12109C is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1816156-
CMYK0.880.9000.39
HSL240.86º81.4%33.73%-
HSV(B)240.86º89.74%61.18%-
XYZ6.442.931.67-
YUV32.56197.66117.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 16 (6.64% from 255) = 8.42%
BLUE value IS 156 (61.33% from 255) = 82.11%
R=9.47%
G=8.42%
B=82.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal18161560.880.9000.39240.8681.433.73
Hex12109C585A027f15122
Octal222023413013204736112142
Binary100101000010011100101100010110100100111111100011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12109C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,16,156); }

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

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

 a { background-color: rgb(18,16,156); }

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

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

 span { border-color: rgb(18,16,156); }

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