#0A1087

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

Shades of Ultramarine #0A1087

Tints of Ultramarine #0A1087

Color information

#0A1087 (or 0x0A1087) is unknown color: approx Ultramarine. HEX triplet: 0A, 10 and 87. RGB value is (10,16,135). Sum of RGB (Red+Green+Blue) = 10+16+135=161 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.21% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 135 (53.12% from 255 or 83.85% from 161); Max value from RGB is 135 - color contains mainly: blue. Hex color #0A1087 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1087 is #F5EF78. Grayscale: #1B1B1B. Windows color (decimal): -16117625 or 8851466. OLE color: 8851466.

HSL color Cylindrical-coordinate representation of color #0A1087: hue angle of 237.12º 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 #0A1087 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1016135-
CMYK0.930.8800.47
HSL237.12º86.21%28.43%-
HSV(B)237.12º92.59%52.94%-
XYZ4.682.1823.1-
YUV27.77188.51115.32-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.21%
GREEN value IS 16 (6.64% from 255) = 9.94%
BLUE value IS 135 (53.12% from 255) = 83.85%
R=6.21%
G=9.94%
B=83.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10161350.930.8800.47237.1286.2128.43
HexA10875D5802Fed561c
Octal122020713513005735512634
Binary1010100001000011110111011011000010111111101101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,16,135); }

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

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

 a { background-color: rgb(10,16,135); }

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

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

 span { border-color: rgb(10,16,135); }

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