#081094

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

Shades of Ultramarine #081094

Tints of Ultramarine #081094

Color information

#081094 (or 0x081094) is unknown color: approx Ultramarine. HEX triplet: 08, 10 and 94. RGB value is (8,16,148). Sum of RGB (Red+Green+Blue) = 8+16+148=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 148 (58.20% from 255 or 86.05% from 172); Max value from RGB is 148 - color contains mainly: blue. Hex color #081094 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081094 is #F7EF6B. Grayscale: #1C1C1C. Windows color (decimal): -16248684 or 9703432. OLE color: 9703432.

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

Color convert

RGB816148-
CMYK0.950.8900.42
HSL236.57º89.74%30.59%-
HSV(B)236.57º94.59%58.04%-
XYZ5.632.5628.21-
YUV28.66195.35113.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.65%
GREEN value IS 16 (6.64% from 255) = 9.30%
BLUE value IS 148 (58.20% from 255) = 86.05%
R=4.65%
G=9.30%
B=86.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8161480.950.8900.42236.5789.7430.59
Hex810945F5902Aed5a1f
Octal102022413713105235513237
Binary1000100001001010010111111011001010101011101101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081094; }

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

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

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

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

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

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

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

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