#091396

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

Shades of Ultramarine #091396

Tints of Ultramarine #091396

Color information

#091396 (or 0x091396) is unknown color: approx Ultramarine. HEX triplet: 09, 13 and 96. RGB value is (9,19,150). Sum of RGB (Red+Green+Blue) = 9+19+150=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 150 (58.98% from 255 or 84.27% from 178); Max value from RGB is 150 - color contains mainly: blue. Hex color #091396 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091396 is #F6EC69. Grayscale: #1E1E1E. Windows color (decimal): -16182378 or 9835273. OLE color: 9835273.

HSL color Cylindrical-coordinate representation of color #091396: hue angle of 235.74º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091396 is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB919150-
CMYK0.940.8700.41
HSL235.74º88.68%31.18%-
HSV(B)235.74º94%58.82%-
XYZ5.852.7329.07-
YUV30.94195.19112.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.06%
GREEN value IS 19 (7.81% from 255) = 10.67%
BLUE value IS 150 (58.98% from 255) = 84.27%
R=5.06%
G=10.67%
B=84.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9191500.940.8700.41235.7488.6831.18
Hex913965E57029ec591f
Octal112322613612705135413137
Binary1001100111001011010111101010111010100111101100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091396; }

 p { color: rgb(9,19,150); }

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

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

 a { background-color: rgb(9,19,150); }

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

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

 span { border-color: rgb(9,19,150); }

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