#091495

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

Shades of Ultramarine #091495

Tints of Ultramarine #091495

Color information

#091495 (or 0x091495) is unknown color: approx Ultramarine. HEX triplet: 09, 14 and 95. RGB value is (9,20,149). Sum of RGB (Red+Green+Blue) = 9+20+149=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 149 (58.59% from 255 or 83.71% from 178); Max value from RGB is 149 - color contains mainly: blue. Hex color #091495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091495 is #F6EB6A. Grayscale: #1E1E1E. Windows color (decimal): -16182123 or 9769993. OLE color: 9769993.

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

Color convert

RGB920149-
CMYK0.940.8700.42
HSL235.29º88.61%30.98%-
HSV(B)235.29º93.96%58.43%-
XYZ5.792.7328.66-
YUV31.42194.36112.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.06%
GREEN value IS 20 (8.20% from 255) = 11.24%
BLUE value IS 149 (58.59% from 255) = 83.71%
R=5.06%
G=11.24%
B=83.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9201490.940.8700.42235.2988.6130.98
Hex914955E5702Aeb591f
Octal112422513612705235313137
Binary1001101001001010110111101010111010101011101011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091495; }

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

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

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

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

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

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

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

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