#080993

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

Shades of Ultramarine #080993

Tints of Ultramarine #080993

Color information

#080993 (or 0x080993) is unknown color: approx Ultramarine. HEX triplet: 08, 09 and 93. RGB value is (8,9,147). Sum of RGB (Red+Green+Blue) = 8+9+147=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 147 (57.81% from 255 or 89.63% from 164); Max value from RGB is 147 - color contains mainly: blue. Hex color #080993 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080993 is #F7F66C. Grayscale: #171717. Windows color (decimal): -16250477 or 9636104. OLE color: 9636104.

HSL color Cylindrical-coordinate representation of color #080993: hue angle of 239.57º 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 #080993 is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB89147-
CMYK0.950.9400.42
HSL239.57º89.68%30.39%-
HSV(B)239.57º94.56%57.65%-
XYZ5.462.3527.77-
YUV24.43197.17116.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.88%
GREEN value IS 9 (3.91% from 255) = 5.49%
BLUE value IS 147 (57.81% from 255) = 89.63%
R=4.88%
G=5.49%
B=89.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891470.950.9400.42239.5789.6830.39
Hex89935F5E02Af05a1e
Octal101122313713605236013236
Binary100010011001001110111111011110010101011110000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080993; }

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

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

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

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

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

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

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

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