#0A0885

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

Shades of Ultramarine #0A0885

Tints of Ultramarine #0A0885

Color information

#0A0885 (or 0x0A0885) is unknown color: approx Ultramarine. HEX triplet: 0A, 08 and 85. RGB value is (10,8,133). Sum of RGB (Red+Green+Blue) = 10+8+133=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 133 (52.34% from 255 or 88.08% from 151); Max value from RGB is 133 - color contains mainly: blue. Hex color #0A0885 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0885 is #F5F77A. Grayscale: #161616. Windows color (decimal): -16119675 or 8718346. OLE color: 8718346.

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

Color convert

RGB108133-
CMYK0.920.9400.48
HSL240.96º88.65%27.65%-
HSV(B)240.96º93.98%52.16%-
XYZ4.451.9322.33-
YUV22.85190.16118.84-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.62%
GREEN value IS 8 (3.52% from 255) = 5.30%
BLUE value IS 133 (52.34% from 255) = 88.08%
R=6.62%
G=5.30%
B=88.08%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1081330.920.9400.48240.9688.6527.65
HexA8855C5E030f1591c
Octal121020513413606036113134
Binary101010001000010110111001011110011000011110001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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