#081484

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

Shades of Ultramarine #081484

Tints of Ultramarine #081484

Color information

#081484 (or 0x081484) is unknown color: approx Ultramarine. HEX triplet: 08, 14 and 84. RGB value is (8,20,132). Sum of RGB (Red+Green+Blue) = 8+20+132=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 132 (51.95% from 255 or 82.5% from 160); Max value from RGB is 132 - color contains mainly: blue. Hex color #081484 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081484 is #F7EB7B. Grayscale: #1C1C1C. Windows color (decimal): -16247676 or 8655880. OLE color: 8655880.

HSL color Cylindrical-coordinate representation of color #081484: hue angle of 234.19º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081484 is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB820132-
CMYK0.940.8500.48
HSL234.19º88.57%27.45%-
HSV(B)234.19º93.94%51.76%-
XYZ4.522.2222.02-
YUV29.18186.02112.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5%
GREEN value IS 20 (8.20% from 255) = 12.5%
BLUE value IS 132 (51.95% from 255) = 82.5%
R=5%
G=12.5%
B=82.5%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8201320.940.8500.48234.1988.5727.45
Hex814845E55030ea591b
Octal102420413612506035213133
Binary1000101001000010010111101010101011000011101010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081484; }

 p { color: rgb(8,20,132); }

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

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

 a { background-color: rgb(8,20,132); }

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

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

 span { border-color: rgb(8,20,132); }

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