#081493

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

Shades of Ultramarine #081493

Tints of Ultramarine #081493

Color information

#081493 (or 0x081493) is unknown color: approx Ultramarine. HEX triplet: 08, 14 and 93. RGB value is (8,20,147). Sum of RGB (Red+Green+Blue) = 8+20+147=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 147 (57.81% from 255 or 84% from 175); Max value from RGB is 147 - color contains mainly: blue. Hex color #081493 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081493 is #F7EB6C. Grayscale: #1E1E1E. Windows color (decimal): -16247661 or 9638920. OLE color: 9638920.

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

Color convert

RGB820147-
CMYK0.950.8600.42
HSL234.82º89.68%30.39%-
HSV(B)234.82º94.56%57.65%-
XYZ5.622.6627.82-
YUV30.89193.52111.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.57%
GREEN value IS 20 (8.20% from 255) = 11.43%
BLUE value IS 147 (57.81% from 255) = 84%
R=4.57%
G=11.43%
B=84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8201470.950.8600.42234.8289.6830.39
Hex814935F5602Aeb5a1e
Octal102422313712605235313236
Binary1000101001001001110111111010110010101011101011101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081493; }

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

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

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

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

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

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

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

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