#12119A

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

Shades of Ultramarine #12119A

Tints of Ultramarine #12119A

Color information

#12119A (or 0x12119A) is unknown color: approx Ultramarine. HEX triplet: 12, 11 and 9A. RGB value is (18,17,154). Sum of RGB (Red+Green+Blue) = 18+17+154=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 154 (60.55% from 255 or 81.48% from 189); Max value from RGB is 154 - color contains mainly: blue. Hex color #12119A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12119A is #EDEE65. Grayscale: #202020. Windows color (decimal): -15593062 or 10096914. OLE color: 10096914.

HSL color Cylindrical-coordinate representation of color #12119A: hue angle of 240.44º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12119A is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1817154-
CMYK0.880.8900.40
HSL240.44º80.12%33.53%-
HSV(B)240.44º88.96%60.39%-
XYZ6.282.8630.79-
YUV32.92196.33117.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.52%
GREEN value IS 17 (7.03% from 255) = 8.99%
BLUE value IS 154 (60.55% from 255) = 81.48%
R=9.52%
G=8.99%
B=81.48%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18171540.880.8900.40240.4480.1233.53
Hex12119A5859028f05022
Octal222123213013105036012042
Binary100101000110011010101100010110010101000111100001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12119A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12119A; }

 p { color: rgb(18,17,154); }

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

<style>
 a { background-color: #12119A; }

 a { background-color: rgb(18,17,154); }

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

<style>
 span { border-color: #12119A; }

 span { border-color: rgb(18,17,154); }

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