#12048A

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

Shades of Ultramarine #12048A

Tints of Ultramarine #12048A

Color information

#12048A (or 0x12048A) is unknown color: approx Ultramarine. HEX triplet: 12, 04 and 8A. RGB value is (18,4,138). Sum of RGB (Red+Green+Blue) = 18+4+138=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 138 (54.30% from 255 or 86.25% from 160); Max value from RGB is 138 - color contains mainly: blue. Hex color #12048A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12048A is #EDFB75. Grayscale: #161616. Windows color (decimal): -15596406 or 9045010. OLE color: 9045010.

HSL color Cylindrical-coordinate representation of color #12048A: hue angle of 246.27º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12048A is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB184138-
CMYK0.870.9700.46
HSL246.27º94.37%27.84%-
HSV(B)246.27º97.1%54.12%-
XYZ4.882.0524.18-
YUV23.46192.64124.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.25%
GREEN value IS 4 (1.95% from 255) = 2.5%
BLUE value IS 138 (54.30% from 255) = 86.25%
R=11.25%
G=2.5%
B=86.25%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1841380.870.9700.46246.2794.3727.84
Hex1248A576102Ef65e1c
Octal22421212714105636613634
Binary100101001000101010101111100001010111011110110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12048A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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