#081085

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

Shades of Ultramarine #081085

Tints of Ultramarine #081085

Color information

#081085 (or 0x081085) is unknown color: approx Ultramarine. HEX triplet: 08, 10 and 85. RGB value is (8,16,133). Sum of RGB (Red+Green+Blue) = 8+16+133=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 133 (52.34% from 255 or 84.71% from 157); Max value from RGB is 133 - color contains mainly: blue. Hex color #081085 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081085 is #F7EF7A. Grayscale: #1A1A1A. Windows color (decimal): -16248699 or 8720392. OLE color: 8720392.

HSL color Cylindrical-coordinate representation of color #081085: hue angle of 236.16º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081085 is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB816133-
CMYK0.940.8800.48
HSL236.16º88.65%27.65%-
HSV(B)236.16º93.98%52.16%-
XYZ4.522.1222.36-
YUV26.95187.85114.49-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.10%
GREEN value IS 16 (6.64% from 255) = 10.19%
BLUE value IS 133 (52.34% from 255) = 84.71%
R=5.10%
G=10.19%
B=84.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8161330.940.8800.48236.1688.6527.65
Hex810855E58030ec591c
Octal102020513613006035413134
Binary1000100001000010110111101011000011000011101100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081085; }

 p { color: rgb(8,16,133); }

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

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

 a { background-color: rgb(8,16,133); }

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

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

 span { border-color: rgb(8,16,133); }

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