#090B85

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

Shades of Ultramarine #090B85

Tints of Ultramarine #090B85

Color information

#090B85 (or 0x090B85) is unknown color: approx Ultramarine. HEX triplet: 09, 0B and 85. RGB value is (9,11,133). Sum of RGB (Red+Green+Blue) = 9+11+133=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 133 (52.34% from 255 or 86.93% from 153); Max value from RGB is 133 - color contains mainly: blue. Hex color #090B85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090B85 is #F6F47A. Grayscale: #171717. Windows color (decimal): -16184443 or 8719113. OLE color: 8719113.

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

Color convert

RGB911133-
CMYK0.930.9200.48
HSL239.03º87.32%27.84%-
HSV(B)239.03º93.23%52.16%-
XYZ4.471.9922.34-
YUV24.31189.34117.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.88%
GREEN value IS 11 (4.69% from 255) = 7.19%
BLUE value IS 133 (52.34% from 255) = 86.93%
R=5.88%
G=7.19%
B=86.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9111330.930.9200.48239.0387.3227.84
Hex9B855D5C030ef571c
Octal111320513513406035712734
Binary100110111000010110111011011100011000011101111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090B85; }

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

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

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

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

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

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

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

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