#0A0292

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

Shades of Ultramarine #0A0292

Tints of Ultramarine #0A0292

Color information

#0A0292 (or 0x0A0292) is unknown color: approx Ultramarine. HEX triplet: 0A, 02 and 92. RGB value is (10,2,146). Sum of RGB (Red+Green+Blue) = 10+2+146=158 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.33% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 146 (57.42% from 255 or 92.41% from 158); Max value from RGB is 146 - color contains mainly: blue. Hex color #0A0292 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0292 is #F5FD6D. Grayscale: #141414. Windows color (decimal): -16121198 or 9568778. OLE color: 9568778.

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

Color convert

RGB102146-
CMYK0.930.9900.43
HSL243.33º97.3%29.02%-
HSV(B)243.33º98.63%57.25%-
XYZ5.342.1827.33-
YUV20.81198.65120.29-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.33%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 146 (57.42% from 255) = 92.41%
R=6.33%
G=1.27%
B=92.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021460.930.9900.43243.3397.329.02
HexA2925D6302Bf3611d
Octal12222213514305336314135
Binary1010101001001010111011100011010101111110011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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