#12048B

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

Shades of Ultramarine #12048B

Tints of Ultramarine #12048B

Color information

#12048B (or 0x12048B) is unknown color: approx Ultramarine. HEX triplet: 12, 04 and 8B. RGB value is (18,4,139). Sum of RGB (Red+Green+Blue) = 18+4+139=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 139 (54.69% from 255 or 86.34% from 161); Max value from RGB is 139 - color contains mainly: blue. Hex color #12048B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12048B is #EDFB74. Grayscale: #171717. Windows color (decimal): -15596405 or 9110546. OLE color: 9110546.

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

Color convert

RGB184139-
CMYK0.870.9700.45
HSL246.22º94.41%28.04%-
HSV(B)246.22º97.12%54.51%-
XYZ4.952.0824.57-
YUV23.58193.14124.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.18%
GREEN value IS 4 (1.95% from 255) = 2.48%
BLUE value IS 139 (54.69% from 255) = 86.34%
R=11.18%
G=2.48%
B=86.34%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1841390.870.9700.45246.2294.4128.04
Hex1248B576102Df65e1c
Octal22421312714105536613634
Binary100101001000101110101111100001010110111110110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12048B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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