#0A0993

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

Shades of Ultramarine #0A0993

Tints of Ultramarine #0A0993

Color information

#0A0993 (or 0x0A0993) is unknown color: approx Ultramarine. HEX triplet: 0A, 09 and 93. RGB value is (10,9,147). Sum of RGB (Red+Green+Blue) = 10+9+147=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 147 (57.81% from 255 or 88.55% from 166); Max value from RGB is 147 - color contains mainly: blue. Hex color #0A0993 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0993 is #F5F66C. Grayscale: #181818. Windows color (decimal): -16119405 or 9636106. OLE color: 9636106.

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

Color convert

RGB109147-
CMYK0.930.9400.42
HSL240.43º88.46%30.59%-
HSV(B)240.43º93.88%57.65%-
XYZ5.492.3727.77-
YUV25.03196.83117.28-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.02%
GREEN value IS 9 (3.91% from 255) = 5.42%
BLUE value IS 147 (57.81% from 255) = 88.55%
R=6.02%
G=5.42%
B=88.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1091470.930.9400.42240.4388.4630.59
HexA9935D5E02Af0581f
Octal121122313513605236013037
Binary101010011001001110111011011110010101011110000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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