#09128D

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

Shades of Ultramarine #09128D

Tints of Ultramarine #09128D

Color information

#09128D (or 0x09128D) is unknown color: approx Ultramarine. HEX triplet: 09, 12 and 8D. RGB value is (9,18,141). Sum of RGB (Red+Green+Blue) = 9+18+141=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 141 (55.47% from 255 or 83.93% from 168); Max value from RGB is 141 - color contains mainly: blue. Hex color #09128D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09128D is #F6ED72. Grayscale: #1C1C1C. Windows color (decimal): -16182643 or 9245193. OLE color: 9245193.

HSL color Cylindrical-coordinate representation of color #09128D: hue angle of 235.91º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09128D is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB918141-
CMYK0.940.8700.45
HSL235.91º88%29.41%-
HSV(B)235.91º93.62%55.29%-
XYZ5.142.4125.39-
YUV29.33191.02113.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.36%
GREEN value IS 18 (7.42% from 255) = 10.71%
BLUE value IS 141 (55.47% from 255) = 83.93%
R=5.36%
G=10.71%
B=83.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9181410.940.8700.45235.918829.41
Hex9128D5E5702Dec581d
Octal112221513612705535413035
Binary1001100101000110110111101010111010110111101100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09128D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09128D; }

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

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

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

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

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

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

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

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