#091085

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

Shades of Ultramarine #091085

Tints of Ultramarine #091085

Color information

#091085 (or 0x091085) is unknown color: approx Ultramarine. HEX triplet: 09, 10 and 85. RGB value is (9,16,133). Sum of RGB (Red+Green+Blue) = 9+16+133=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 133 (52.34% from 255 or 84.18% from 158); Max value from RGB is 133 - color contains mainly: blue. Hex color #091085 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091085 is #F6EF7A. Grayscale: #1A1A1A. Windows color (decimal): -16183163 or 8720393. OLE color: 8720393.

HSL color Cylindrical-coordinate representation of color #091085: hue angle of 236.61º 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 #091085 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB916133-
CMYK0.930.8800.48
HSL236.61º87.32%27.84%-
HSV(B)236.61º93.23%52.16%-
XYZ4.532.1222.36-
YUV27.24187.68114.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.70%
GREEN value IS 16 (6.64% from 255) = 10.13%
BLUE value IS 133 (52.34% from 255) = 84.18%
R=5.70%
G=10.13%
B=84.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9161330.930.8800.48236.6187.3227.84
Hex910855D58030ed571c
Octal112020513513006035512734
Binary1001100001000010110111011011000011000011101101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091085; }

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

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

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

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

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

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

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

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