#081189

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

Shades of Ultramarine #081189

Tints of Ultramarine #081189

Color information

#081189 (or 0x081189) is unknown color: approx Ultramarine. HEX triplet: 08, 11 and 89. RGB value is (8,17,137). Sum of RGB (Red+Green+Blue) = 8+17+137=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 137 (53.91% from 255 or 84.57% from 162); Max value from RGB is 137 - color contains mainly: blue. Hex color #081189 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081189 is #F7EE76. Grayscale: #1B1B1B. Windows color (decimal): -16248439 or 8982792. OLE color: 8982792.

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

Color convert

RGB817137-
CMYK0.940.8800.46
HSL235.81º88.97%28.43%-
HSV(B)235.81º94.16%53.73%-
XYZ4.822.2623.85-
YUV27.99189.52113.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.94%
GREEN value IS 17 (7.03% from 255) = 10.49%
BLUE value IS 137 (53.91% from 255) = 84.57%
R=4.94%
G=10.49%
B=84.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8171370.940.8800.46235.8188.9728.43
Hex811895E5802Eec591c
Octal102121113613005635413134
Binary1000100011000100110111101011000010111011101100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081189; }

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

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

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

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

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

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

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

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