#091487

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

Shades of Ultramarine #091487

Tints of Ultramarine #091487

Color information

#091487 (or 0x091487) is unknown color: approx Ultramarine. HEX triplet: 09, 14 and 87. RGB value is (9,20,135). Sum of RGB (Red+Green+Blue) = 9+20+135=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 135 (53.12% from 255 or 82.32% from 164); Max value from RGB is 135 - color contains mainly: blue. Hex color #091487 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091487 is #F6EB78. Grayscale: #1D1D1D. Windows color (decimal): -16182137 or 8852489. OLE color: 8852489.

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

Color convert

RGB920135-
CMYK0.930.8500.47
HSL234.76º87.5%28.24%-
HSV(B)234.76º93.33%52.94%-
XYZ4.742.3123.12-
YUV29.82187.36113.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.49%
GREEN value IS 20 (8.20% from 255) = 12.20%
BLUE value IS 135 (53.12% from 255) = 82.32%
R=5.49%
G=12.20%
B=82.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9201350.930.8500.47234.7687.528.24
Hex914875D5502Feb581c
Octal112420713512505735313034
Binary1001101001000011110111011010101010111111101011101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091487; }

 p { color: rgb(9,20,135); }

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

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

 a { background-color: rgb(9,20,135); }

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

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

 span { border-color: rgb(9,20,135); }

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