#12058A

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

Shades of Ultramarine #12058A

Tints of Ultramarine #12058A

Color information

#12058A (or 0x12058A) is unknown color: approx Ultramarine. HEX triplet: 12, 05 and 8A. RGB value is (18,5,138). Sum of RGB (Red+Green+Blue) = 18+5+138=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 138 (54.30% from 255 or 85.71% from 161); Max value from RGB is 138 - color contains mainly: blue. Hex color #12058A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12058A is #EDFA75. Grayscale: #171717. Windows color (decimal): -15596150 or 9045266. OLE color: 9045266.

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

Color convert

RGB185138-
CMYK0.870.9600.46
HSL245.86º93.01%28.04%-
HSV(B)245.86º96.38%54.12%-
XYZ4.892.0724.19-
YUV24.05192.31123.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.18%
GREEN value IS 5 (2.34% from 255) = 3.11%
BLUE value IS 138 (54.30% from 255) = 85.71%
R=11.18%
G=3.11%
B=85.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1851380.870.9600.46245.8693.0128.04
Hex1258A576002Ef65d1c
Octal22521212714005636613534
Binary100101011000101010101111100000010111011110110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12058A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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