#0A0888

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

Shades of Ultramarine #0A0888

Tints of Ultramarine #0A0888

Color information

#0A0888 (or 0x0A0888) is unknown color: approx Ultramarine. HEX triplet: 0A, 08 and 88. RGB value is (10,8,136). Sum of RGB (Red+Green+Blue) = 10+8+136=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 136 (53.52% from 255 or 88.31% from 154); Max value from RGB is 136 - color contains mainly: blue. Hex color #0A0888 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0888 is #F5F777. Grayscale: #161616. Windows color (decimal): -16119672 or 8914954. OLE color: 8914954.

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

Color convert

RGB108136-
CMYK0.930.9400.47
HSL240.94º88.89%28.24%-
HSV(B)240.94º94.12%53.33%-
XYZ4.662.0223.44-
YUV23.19191.66118.59-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.49%
GREEN value IS 8 (3.52% from 255) = 5.19%
BLUE value IS 136 (53.52% from 255) = 88.31%
R=6.49%
G=5.19%
B=88.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1081360.930.9400.47240.9488.8928.24
HexA8885D5E02Ff1591c
Octal121021013513605736113134
Binary101010001000100010111011011110010111111110001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,8,136); }

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

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

 a { background-color: rgb(10,8,136); }

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

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

 span { border-color: rgb(10,8,136); }

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