#091285

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

Shades of Ultramarine #091285

Tints of Ultramarine #091285

Color information

#091285 (or 0x091285) is unknown color: approx Ultramarine. HEX triplet: 09, 12 and 85. RGB value is (9,18,133). Sum of RGB (Red+Green+Blue) = 9+18+133=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 133 (52.34% from 255 or 83.12% from 160); Max value from RGB is 133 - color contains mainly: blue. Hex color #091285 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091285 is #F6ED7A. Grayscale: #1B1B1B. Windows color (decimal): -16182651 or 8720905. OLE color: 8720905.

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

Color convert

RGB918133-
CMYK0.930.8600.48
HSL235.65º87.32%27.84%-
HSV(B)235.65º93.23%52.16%-
XYZ4.562.1822.37-
YUV28.42187.02114.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.62%
GREEN value IS 18 (7.42% from 255) = 11.25%
BLUE value IS 133 (52.34% from 255) = 83.12%
R=5.62%
G=11.25%
B=83.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9181330.930.8600.48235.6587.3227.84
Hex912855D56030ec571c
Octal112220513512606035412734
Binary1001100101000010110111011010110011000011101100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091285; }

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

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

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

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

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

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

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

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