#0A0392

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

Shades of Ultramarine #0A0392

Tints of Ultramarine #0A0392

Color information

#0A0392 (or 0x0A0392) is unknown color: approx Ultramarine. HEX triplet: 0A, 03 and 92. RGB value is (10,3,146). Sum of RGB (Red+Green+Blue) = 10+3+146=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 146 (57.42% from 255 or 91.82% from 159); Max value from RGB is 146 - color contains mainly: blue. Hex color #0A0392 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0392 is #F5FC6D. Grayscale: #141414. Windows color (decimal): -16120942 or 9569034. OLE color: 9569034.

HSL color Cylindrical-coordinate representation of color #0A0392: hue angle of 242.94º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A0392 is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB103146-
CMYK0.930.9800.43
HSL242.94º95.97%29.22%-
HSV(B)242.94º97.95%57.25%-
XYZ5.352.227.34-
YUV21.4198.32119.87-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.29%
GREEN value IS 3 (1.56% from 255) = 1.89%
BLUE value IS 146 (57.42% from 255) = 91.82%
R=6.29%
G=1.89%
B=91.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1031460.930.9800.43242.9495.9729.22
HexA3925D6202Bf3601d
Octal12322213514205336314035
Binary1010111001001010111011100010010101111110011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,3,146); }

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

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

 a { background-color: rgb(10,3,146); }

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

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

 span { border-color: rgb(10,3,146); }

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