#0A098D

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

Shades of Ultramarine #0A098D

Tints of Ultramarine #0A098D

Color information

#0A098D (or 0x0A098D) is unknown color: approx Ultramarine. HEX triplet: 0A, 09 and 8D. RGB value is (10,9,141). Sum of RGB (Red+Green+Blue) = 10+9+141=160 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.25% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 141 (55.47% from 255 or 88.12% from 160); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A098D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A098D is #F5F672. Grayscale: #171717. Windows color (decimal): -16119411 or 9242890. OLE color: 9242890.

HSL color Cylindrical-coordinate representation of color #0A098D: hue angle of 240.45º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A098D is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB109141-
CMYK0.930.9400.45
HSL240.45º88%29.41%-
HSV(B)240.45º93.62%55.29%-
XYZ5.032.1825.36-
YUV24.35193.83117.77-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.25%
GREEN value IS 9 (3.91% from 255) = 5.62%
BLUE value IS 141 (55.47% from 255) = 88.12%
R=6.25%
G=5.62%
B=88.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1091410.930.9400.45240.458829.41
HexA98D5D5E02Df0581d
Octal121121513513605536013035
Binary101010011000110110111011011110010110111110000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A098D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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