#091388

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

Shades of Ultramarine #091388

Tints of Ultramarine #091388

Color information

#091388 (or 0x091388) is unknown color: approx Ultramarine. HEX triplet: 09, 13 and 88. RGB value is (9,19,136). Sum of RGB (Red+Green+Blue) = 9+19+136=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 136 (53.52% from 255 or 82.93% from 164); Max value from RGB is 136 - color contains mainly: blue. Hex color #091388 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091388 is #F6EC77. Grayscale: #1C1C1C. Windows color (decimal): -16182392 or 8917769. OLE color: 8917769.

HSL color Cylindrical-coordinate representation of color #091388: hue angle of 235.28º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #091388 is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB919136-
CMYK0.930.8600.47
HSL235.28º87.59%28.43%-
HSV(B)235.28º93.38%53.33%-
XYZ4.792.323.48-
YUV29.35188.19113.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.49%
GREEN value IS 19 (7.81% from 255) = 11.59%
BLUE value IS 136 (53.52% from 255) = 82.93%
R=5.49%
G=11.59%
B=82.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9191360.930.8600.47235.2887.5928.43
Hex913885D5602Feb581c
Octal112321013512605735313034
Binary1001100111000100010111011010110010111111101011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091388; }

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

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

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

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

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

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

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

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