#0A0985

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

Shades of Ultramarine #0A0985

Tints of Ultramarine #0A0985

Color information

#0A0985 (or 0x0A0985) is unknown color: approx Ultramarine. HEX triplet: 0A, 09 and 85. RGB value is (10,9,133). Sum of RGB (Red+Green+Blue) = 10+9+133=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 133 (52.34% from 255 or 87.5% from 152); Max value from RGB is 133 - color contains mainly: blue. Hex color #0A0985 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0985 is #F5F67A. Grayscale: #161616. Windows color (decimal): -16119419 or 8718602. OLE color: 8718602.

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

Color convert

RGB109133-
CMYK0.920.9300.48
HSL240.48º87.32%27.84%-
HSV(B)240.48º93.23%52.16%-
XYZ4.461.9522.33-
YUV23.44189.83118.42-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.58%
GREEN value IS 9 (3.91% from 255) = 5.92%
BLUE value IS 133 (52.34% from 255) = 87.5%
R=6.58%
G=5.92%
B=87.5%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1091330.920.9300.48240.4887.3227.84
HexA9855C5D030f0571c
Octal121120513413506036012734
Binary101010011000010110111001011101011000011110000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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