#12149C

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

Shades of Ultramarine #12149C

Tints of Ultramarine #12149C

Color information

#12149C (or 0x12149C) is unknown color: approx Ultramarine. HEX triplet: 12, 14 and 9C. RGB value is (18,20,156). Sum of RGB (Red+Green+Blue) = 18+20+156=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 156 (61.33% from 255 or 80.41% from 194); Max value from RGB is 156 - color contains mainly: blue. Hex color #12149C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12149C is #EDEB63. Grayscale: #222222. Windows color (decimal): -15592292 or 10228754. OLE color: 10228754.

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

Color convert

RGB1820156-
CMYK0.880.8700.39
HSL239.13º79.31%34.12%-
HSV(B)239.13º88.46%61.18%-
XYZ6.53.0331.69-
YUV34.91196.34115.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.28%
GREEN value IS 20 (8.20% from 255) = 10.31%
BLUE value IS 156 (61.33% from 255) = 80.41%
R=9.28%
G=10.31%
B=80.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal18201560.880.8700.39239.1379.3134.12
Hex12149C5857027ef4f22
Octal222423413012704735711742
Binary100101010010011100101100010101110100111111011111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12149C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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