#0A058B

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

Shades of Ultramarine #0A058B

Tints of Ultramarine #0A058B

Color information

#0A058B (or 0x0A058B) is unknown color: approx Ultramarine. HEX triplet: 0A, 05 and 8B. RGB value is (10,5,139). Sum of RGB (Red+Green+Blue) = 10+5+139=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 139 (54.69% from 255 or 90.26% from 154); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A058B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A058B is #F5FA74. Grayscale: #151515. Windows color (decimal): -16120437 or 9110794. OLE color: 9110794.

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

Color convert

RGB105139-
CMYK0.930.9600.45
HSL242.24º93.06%28.24%-
HSV(B)242.24º96.4%54.51%-
XYZ4.842.0424.56-
YUV21.77194.16119.6-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.49%
GREEN value IS 5 (2.34% from 255) = 3.25%
BLUE value IS 139 (54.69% from 255) = 90.26%
R=6.49%
G=3.25%
B=90.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1051390.930.9600.45242.2493.0628.24
HexA58B5D6002Df25d1c
Octal12521313514005536213534
Binary10101011000101110111011100000010110111110010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A058B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,5,139); }

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

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

 a { background-color: rgb(10,5,139); }

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

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

 span { border-color: rgb(10,5,139); }

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