#0A058C

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

Shades of Ultramarine #0A058C

Tints of Ultramarine #0A058C

Color information

#0A058C (or 0x0A058C) is unknown color: approx Ultramarine. HEX triplet: 0A, 05 and 8C. RGB value is (10,5,140). Sum of RGB (Red+Green+Blue) = 10+5+140=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 140 (55.08% from 255 or 90.32% from 155); Max value from RGB is 140 - color contains mainly: blue. Hex color #0A058C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A058C is #F5FA73. Grayscale: #151515. Windows color (decimal): -16120436 or 9176330. OLE color: 9176330.

HSL color Cylindrical-coordinate representation of color #0A058C: hue angle of 242.22º 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 #0A058C is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB105140-
CMYK0.930.9600.45
HSL242.22º93.1%28.43%-
HSV(B)242.22º96.43%54.9%-
XYZ4.912.0724.95-
YUV21.88194.66119.52-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.45%
GREEN value IS 5 (2.34% from 255) = 3.23%
BLUE value IS 140 (55.08% from 255) = 90.32%
R=6.45%
G=3.23%
B=90.32%

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
Decimal1051400.930.9600.45242.2293.128.43
HexA58C5D6002Df25d1c
Octal12521413514005536213534
Binary10101011000110010111011100000010110111110010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A058C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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