#0A1286

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

Shades of Ultramarine #0A1286

Tints of Ultramarine #0A1286

Color information

#0A1286 (or 0x0A1286) is unknown color: approx Ultramarine. HEX triplet: 0A, 12 and 86. RGB value is (10,18,134). Sum of RGB (Red+Green+Blue) = 10+18+134=162 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.17% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 134 (52.73% from 255 or 82.72% from 162); Max value from RGB is 134 - color contains mainly: blue. Hex color #0A1286 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1286 is #F5ED79. Grayscale: #1C1C1C. Windows color (decimal): -16117114 or 8786442. OLE color: 8786442.

HSL color Cylindrical-coordinate representation of color #0A1286: hue angle of 236.13º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A1286 is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1018134-
CMYK0.930.8700.47
HSL236.13º86.11%28.24%-
HSV(B)236.13º92.54%52.55%-
XYZ4.642.2222.74-
YUV28.83187.35114.57-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.17%
GREEN value IS 18 (7.42% from 255) = 11.11%
BLUE value IS 134 (52.73% from 255) = 82.72%
R=6.17%
G=11.11%
B=82.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10181340.930.8700.47236.1386.1128.24
HexA12865D5702Fec561c
Octal122220613512705735412634
Binary1010100101000011010111011010111010111111101100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A1286; }

 p { color: rgb(10,18,134); }

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

<style>
 a { background-color: #0A1286; }

 a { background-color: rgb(10,18,134); }

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

<style>
 span { border-color: #0A1286; }

 span { border-color: rgb(10,18,134); }

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