#081294

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

Shades of Ultramarine #081294

Tints of Ultramarine #081294

Color information

#081294 (or 0x081294) is unknown color: approx Ultramarine. HEX triplet: 08, 12 and 94. RGB value is (8,18,148). Sum of RGB (Red+Green+Blue) = 8+18+148=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 148 (58.20% from 255 or 85.06% from 174); Max value from RGB is 148 - color contains mainly: blue. Hex color #081294 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081294 is #F7ED6B. Grayscale: #1D1D1D. Windows color (decimal): -16248172 or 9703944. OLE color: 9703944.

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

Color convert

RGB818148-
CMYK0.950.8800.42
HSL235.71º89.74%30.59%-
HSV(B)235.71º94.59%58.04%-
XYZ5.662.6228.22-
YUV29.83194.69112.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.60%
GREEN value IS 18 (7.42% from 255) = 10.34%
BLUE value IS 148 (58.20% from 255) = 85.06%
R=4.60%
G=10.34%
B=85.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8181480.950.8800.42235.7189.7430.59
Hex812945F5802Aec5a1f
Octal102222413713005235413237
Binary1000100101001010010111111011000010101011101100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081294; }

 p { color: rgb(8,18,148); }

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

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

 a { background-color: rgb(8,18,148); }

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

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

 span { border-color: rgb(8,18,148); }

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