#09198F

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

Shades of Ultramarine #09198F

Tints of Ultramarine #09198F

Color information

#09198F (or 0x09198F) is unknown color: approx Ultramarine. HEX triplet: 09, 19 and 8F. RGB value is (9,25,143). Sum of RGB (Red+Green+Blue) = 9+25+143=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 143 (56.25% from 255 or 80.79% from 177); Max value from RGB is 143 - color contains mainly: blue. Hex color #09198F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09198F is #F6E670. Grayscale: #212121. Windows color (decimal): -16180849 or 9378057. OLE color: 9378057.

HSL color Cylindrical-coordinate representation of color #09198F: hue angle of 232.84º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09198F is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB925143-
CMYK0.940.8300.44
HSL232.84º88.16%29.8%-
HSV(B)232.84º93.71%56.08%-
XYZ5.422.7426.23-
YUV33.67189.7110.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.08%
GREEN value IS 25 (10.16% from 255) = 14.12%
BLUE value IS 143 (56.25% from 255) = 80.79%
R=5.08%
G=14.12%
B=80.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9251430.940.8300.44232.8488.1629.8
Hex9198F5E5302Ce9581e
Octal113121713612305435113036
Binary1001110011000111110111101010011010110011101001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09198F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09198F; }

 p { color: rgb(9,25,143); }

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

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

 a { background-color: rgb(9,25,143); }

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

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

 span { border-color: rgb(9,25,143); }

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