#1F098F

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

Shades of Ultramarine #1F098F

Tints of Ultramarine #1F098F

Color information

#1F098F (or 0x1F098F) is unknown color: approx Ultramarine. HEX triplet: 1F, 09 and 8F. RGB value is (31,9,143). Sum of RGB (Red+Green+Blue) = 31+9+143=183 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.94% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 143 (56.25% from 255 or 78.14% from 183); Max value from RGB is 143 - color contains mainly: blue. Hex color #1F098F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F098F is #E0F670. Grayscale: #1E1E1E. Windows color (decimal): -14743153 or 9373983. OLE color: 9373983.

HSL color Cylindrical-coordinate representation of color #1F098F: hue angle of 249.85º 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 #1F098F is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB319143-
CMYK0.780.9400.44
HSL249.85º88.16%29.8%-
HSV(B)249.85º93.71%56.08%-
XYZ5.622.4726.17-
YUV30.85191.29128.1-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.94%
GREEN value IS 9 (3.91% from 255) = 4.92%
BLUE value IS 143 (56.25% from 255) = 78.14%
R=16.94%
G=4.92%
B=78.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3191430.780.9400.44249.8588.1629.8
Hex1F98F4E5E02Cfa581e
Octal371121711613605437213036
Binary1111110011000111110011101011110010110011111010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F098F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F098F; }

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

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

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

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

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

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

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

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