#091493

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

Shades of Ultramarine #091493

Tints of Ultramarine #091493

Color information

#091493 (or 0x091493) is unknown color: approx Ultramarine. HEX triplet: 09, 14 and 93. RGB value is (9,20,147). Sum of RGB (Red+Green+Blue) = 9+20+147=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 147 (57.81% from 255 or 83.52% from 176); Max value from RGB is 147 - color contains mainly: blue. Hex color #091493 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091493 is #F6EB6C. Grayscale: #1E1E1E. Windows color (decimal): -16182125 or 9638921. OLE color: 9638921.

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

Color convert

RGB920147-
CMYK0.940.8600.42
HSL235.22º88.46%30.59%-
HSV(B)235.22º93.88%57.65%-
XYZ5.632.6627.82-
YUV31.19193.36112.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.11%
GREEN value IS 20 (8.20% from 255) = 11.36%
BLUE value IS 147 (57.81% from 255) = 83.52%
R=5.11%
G=11.36%
B=83.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9201470.940.8600.42235.2288.4630.59
Hex914935E5602Aeb581f
Octal112422313612605235313037
Binary1001101001001001110111101010110010101011101011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091493; }

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

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

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

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

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

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

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

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