#12049E

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

Shades of Ultramarine #12049E

Tints of Ultramarine #12049E

Color information

#12049E (or 0x12049E) is unknown color: approx Ultramarine. HEX triplet: 12, 04 and 9E. RGB value is (18,4,158). Sum of RGB (Red+Green+Blue) = 18+4+158=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 158 (62.11% from 255 or 87.78% from 180); Max value from RGB is 158 - color contains mainly: blue. Hex color #12049E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12049E is #EDFB61. Grayscale: #191919. Windows color (decimal): -15596386 or 10355730. OLE color: 10355730.

HSL color Cylindrical-coordinate representation of color #12049E: hue angle of 245.45º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12049E is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB184158-
CMYK0.890.9700.38
HSL245.45º95.06%31.76%-
HSV(B)245.45º97.47%61.96%-
XYZ6.462.6832.53-
YUV25.74202.64122.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 4 (1.95% from 255) = 2.22%
BLUE value IS 158 (62.11% from 255) = 87.78%
R=10%
G=2.22%
B=87.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1841580.890.9700.38245.4595.0631.76
Hex1249E5961026f55f20
Octal22423613114104636513740
Binary1001010010011110101100111000010100110111101011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12049E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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