#091290

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

Shades of Ultramarine #091290

Tints of Ultramarine #091290

Color information

#091290 (or 0x091290) is unknown color: approx Ultramarine. HEX triplet: 09, 12 and 90. RGB value is (9,18,144). Sum of RGB (Red+Green+Blue) = 9+18+144=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 144 (56.64% from 255 or 84.21% from 171); Max value from RGB is 144 - color contains mainly: blue. Hex color #091290 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091290 is #F6ED6F. Grayscale: #1D1D1D. Windows color (decimal): -16182640 or 9441801. OLE color: 9441801.

HSL color Cylindrical-coordinate representation of color #091290: hue angle of 236º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091290 is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB918144-
CMYK0.940.8800.44
HSL236º88.24%30%-
HSV(B)236º93.75%56.47%-
XYZ5.362.526.59-
YUV29.67192.52113.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.26%
GREEN value IS 18 (7.42% from 255) = 10.53%
BLUE value IS 144 (56.64% from 255) = 84.21%
R=5.26%
G=10.53%
B=84.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9181440.940.8800.4423688.2430
Hex912905E5802Cec581e
Octal112222013613005435413036
Binary1001100101001000010111101011000010110011101100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091290; }

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

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

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

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

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

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

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

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