#1F109F

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

Shades of Ultramarine #1F109F

Tints of Ultramarine #1F109F

Color information

#1F109F (or 0x1F109F) is unknown color: approx Ultramarine. HEX triplet: 1F, 10 and 9F. RGB value is (31,16,159). Sum of RGB (Red+Green+Blue) = 31+16+159=206 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.05% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 159 (62.5% from 255 or 77.18% from 206); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F109F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F109F is #E0EF60. Grayscale: #242424. Windows color (decimal): -14741345 or 10424351. OLE color: 10424351.

HSL color Cylindrical-coordinate representation of color #1F109F: hue angle of 246.29º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F109F is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3116159-
CMYK0.810.9000.38
HSL246.29º81.71%34.31%-
HSV(B)246.29º89.94%62.35%-
XYZ7.013.1733.04-
YUV36.79196.97123.87-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.05%
GREEN value IS 16 (6.64% from 255) = 7.77%
BLUE value IS 159 (62.5% from 255) = 77.18%
R=15.05%
G=7.77%
B=77.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal31161590.810.9000.38246.2981.7134.31
Hex1F109F515A026f65222
Octal372023712113204636612242
Binary111111000010011111101000110110100100110111101101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F109F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,16,159); }

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

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

 a { background-color: rgb(31,16,159); }

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

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

 span { border-color: rgb(31,16,159); }

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