#12049A

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

Shades of Ultramarine #12049A

Tints of Ultramarine #12049A

Color information

#12049A (or 0x12049A) is unknown color: approx Ultramarine. HEX triplet: 12, 04 and 9A. RGB value is (18,4,154). Sum of RGB (Red+Green+Blue) = 18+4+154=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 154 (60.55% from 255 or 87.5% from 176); Max value from RGB is 154 - color contains mainly: blue. Hex color #12049A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12049A is #EDFB65. Grayscale: #181818. Windows color (decimal): -15596390 or 10093586. OLE color: 10093586.

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

Color convert

RGB184154-
CMYK0.880.9700.40
HSL245.6º94.94%30.98%-
HSV(B)245.6º97.4%60.39%-
XYZ6.132.5530.74-
YUV25.29200.64122.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.23%
GREEN value IS 4 (1.95% from 255) = 2.27%
BLUE value IS 154 (60.55% from 255) = 87.5%
R=10.23%
G=2.27%
B=87.5%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1841540.880.9700.40245.694.9430.98
Hex1249A5861028f65f1f
Octal22423213014105036613737
Binary100101001001101010110001100001010100011110110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12049A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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