#0A0092

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

Shades of Ultramarine #0A0092

Tints of Ultramarine #0A0092

Color information

#0A0092 (or 0x0A0092) is unknown color: approx Ultramarine. HEX triplet: 0A, 00 and 92. RGB value is (10,0,146). Sum of RGB (Red+Green+Blue) = 10+0+146=156 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.41% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 146 (57.42% from 255 or 93.59% from 156); Max value from RGB is 146 - color contains mainly: blue. Hex color #0A0092 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0092 is #F5FF6D. Grayscale: #131313. Windows color (decimal): -16121710 or 9568266. OLE color: 9568266.

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

Color convert

RGB100146-
CMYK0.93100.43
HSL244.11º100%28.63%-
HSV(B)244.11º100%57.25%-
XYZ5.312.1427.33-
YUV19.63199.31121.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 146 (57.42% from 255) = 93.59%
R=6.41%
G=0%
B=93.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001460.93100.43244.1110028.63
HexA0925D6402Bf4641d
Octal12022213514405336414435
Binary101001001001010111011100100010101111110100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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