#081188

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

Shades of Ultramarine #081188

Tints of Ultramarine #081188

Color information

#081188 (or 0x081188) is unknown color: approx Ultramarine. HEX triplet: 08, 11 and 88. RGB value is (8,17,136). Sum of RGB (Red+Green+Blue) = 8+17+136=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 136 (53.52% from 255 or 84.47% from 161); Max value from RGB is 136 - color contains mainly: blue. Hex color #081188 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081188 is #F7EE77. Grayscale: #1B1B1B. Windows color (decimal): -16248440 or 8917256. OLE color: 8917256.

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

Color convert

RGB817136-
CMYK0.940.8700.47
HSL235.78º88.89%28.24%-
HSV(B)235.78º94.12%53.33%-
XYZ4.742.2323.47-
YUV27.88189.02113.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.97%
GREEN value IS 17 (7.03% from 255) = 10.56%
BLUE value IS 136 (53.52% from 255) = 84.47%
R=4.97%
G=10.56%
B=84.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8171360.940.8700.47235.7888.8928.24
Hex811885E5702Fec591c
Octal102121013612705735413134
Binary1000100011000100010111101010111010111111101100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081188; }

 p { color: rgb(8,17,136); }

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

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

 a { background-color: rgb(8,17,136); }

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

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

 span { border-color: rgb(8,17,136); }

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