#081696

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

Shades of Ultramarine #081696

Tints of Ultramarine #081696

Color information

#081696 (or 0x081696) is unknown color: approx Ultramarine. HEX triplet: 08, 16 and 96. RGB value is (8,22,150). Sum of RGB (Red+Green+Blue) = 8+22+150=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 150 (58.98% from 255 or 83.33% from 180); Max value from RGB is 150 - color contains mainly: blue. Hex color #081696 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081696 is #F7E969. Grayscale: #1F1F1F. Windows color (decimal): -16247146 or 9836040. OLE color: 9836040.

HSL color Cylindrical-coordinate representation of color #081696: hue angle of 234.08º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #081696 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB822150-
CMYK0.950.8500.41
HSL234.08º89.87%30.98%-
HSV(B)234.08º94.67%58.82%-
XYZ5.892.8329.09-
YUV32.41194.36110.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.44%
GREEN value IS 22 (8.98% from 255) = 12.22%
BLUE value IS 150 (58.98% from 255) = 83.33%
R=4.44%
G=12.22%
B=83.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8221500.950.8500.41234.0889.8730.98
Hex816965F55029ea5a1f
Octal102622613712505135213237
Binary1000101101001011010111111010101010100111101010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081696; }

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

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

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

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

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

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

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

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