#081693

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

Shades of Ultramarine #081693

Tints of Ultramarine #081693

Color information

#081693 (or 0x081693) is unknown color: approx Ultramarine. HEX triplet: 08, 16 and 93. RGB value is (8,22,147). Sum of RGB (Red+Green+Blue) = 8+22+147=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 147 (57.81% from 255 or 83.05% from 177); Max value from RGB is 147 - color contains mainly: blue. Hex color #081693 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081693 is #F7E96C. Grayscale: #1F1F1F. Windows color (decimal): -16247149 or 9639432. OLE color: 9639432.

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

Color convert

RGB822147-
CMYK0.950.8500.42
HSL233.96º89.68%30.39%-
HSV(B)233.96º94.56%57.65%-
XYZ5.652.7327.83-
YUV32.06192.86110.84-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.52%
GREEN value IS 22 (8.98% from 255) = 12.43%
BLUE value IS 147 (57.81% from 255) = 83.05%
R=4.52%
G=12.43%
B=83.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8221470.950.8500.42233.9689.6830.39
Hex816935F5502Aea5a1e
Octal102622313712505235213236
Binary1000101101001001110111111010101010101011101010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081693; }

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

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

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

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

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

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

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

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