#091496

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

Shades of Ultramarine #091496

Tints of Ultramarine #091496

Color information

#091496 (or 0x091496) is unknown color: approx Ultramarine. HEX triplet: 09, 14 and 96. RGB value is (9,20,150). Sum of RGB (Red+Green+Blue) = 9+20+150=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 150 (58.98% from 255 or 83.80% from 179); Max value from RGB is 150 - color contains mainly: blue. Hex color #091496 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091496 is #F6EB69. Grayscale: #1F1F1F. Windows color (decimal): -16182122 or 9835529. OLE color: 9835529.

HSL color Cylindrical-coordinate representation of color #091496: hue angle of 235.32º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091496 is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB920150-
CMYK0.940.8700.41
HSL235.32º88.68%31.18%-
HSV(B)235.32º94%58.82%-
XYZ5.872.7629.08-
YUV31.53194.86111.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.03%
GREEN value IS 20 (8.20% from 255) = 11.17%
BLUE value IS 150 (58.98% from 255) = 83.80%
R=5.03%
G=11.17%
B=83.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9201500.940.8700.41235.3288.6831.18
Hex914965E57029eb591f
Octal112422613612705135313137
Binary1001101001001011010111101010111010100111101011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091496; }

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

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

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

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

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

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

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

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