#081682

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

Shades of Ultramarine #081682

Tints of Ultramarine #081682

Color information

#081682 (or 0x081682) is unknown color: approx Ultramarine. HEX triplet: 08, 16 and 82. RGB value is (8,22,130). Sum of RGB (Red+Green+Blue) = 8+22+130=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 130 (51.17% from 255 or 81.25% from 160); Max value from RGB is 130 - color contains mainly: blue. Hex color #081682 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081682 is #F7E97D. Grayscale: #1D1D1D. Windows color (decimal): -16247166 or 8525320. OLE color: 8525320.

HSL color Cylindrical-coordinate representation of color #081682: hue angle of 233.11º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081682 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB822130-
CMYK0.940.8300.49
HSL233.11º88.41%27.06%-
HSV(B)233.11º93.85%50.98%-
XYZ4.422.2421.32-
YUV30.13184.36112.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5%
GREEN value IS 22 (8.98% from 255) = 13.75%
BLUE value IS 130 (51.17% from 255) = 81.25%
R=5%
G=13.75%
B=81.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8221300.940.8300.49233.1188.4127.06
Hex816825E53031e9581b
Octal102620213612306135113033
Binary1000101101000001010111101010011011000111101001101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081682; }

 p { color: rgb(8,22,130); }

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

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

 a { background-color: rgb(8,22,130); }

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

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

 span { border-color: rgb(8,22,130); }

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