#091585

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

Shades of Ultramarine #091585

Tints of Ultramarine #091585

Color information

#091585 (or 0x091585) is unknown color: approx Ultramarine. HEX triplet: 09, 15 and 85. RGB value is (9,21,133). Sum of RGB (Red+Green+Blue) = 9+21+133=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 133 (52.34% from 255 or 81.60% from 163); Max value from RGB is 133 - color contains mainly: blue. Hex color #091585 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091585 is #F6EA7A. Grayscale: #1D1D1D. Windows color (decimal): -16181883 or 8721673. OLE color: 8721673.

HSL color Cylindrical-coordinate representation of color #091585: hue angle of 234.19º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #091585 is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB921133-
CMYK0.930.8400.48
HSL234.19º87.32%27.84%-
HSV(B)234.19º93.23%52.16%-
XYZ4.612.2922.39-
YUV30.18186.02112.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.52%
GREEN value IS 21 (8.59% from 255) = 12.88%
BLUE value IS 133 (52.34% from 255) = 81.60%
R=5.52%
G=12.88%
B=81.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9211330.930.8400.48234.1987.3227.84
Hex915855D54030ea571c
Octal112520513512406035212734
Binary1001101011000010110111011010100011000011101010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091585; }

 p { color: rgb(9,21,133); }

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

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

 a { background-color: rgb(9,21,133); }

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

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

 span { border-color: rgb(9,21,133); }

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