#1F109E

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

Shades of Ultramarine #1F109E

Tints of Ultramarine #1F109E

Color information

#1F109E (or 0x1F109E) is unknown color: approx Ultramarine. HEX triplet: 1F, 10 and 9E. RGB value is (31,16,158). Sum of RGB (Red+Green+Blue) = 31+16+158=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 158 (62.11% from 255 or 77.07% from 205); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F109E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F109E is #E0EF61. Grayscale: #242424. Windows color (decimal): -14741346 or 10358815. OLE color: 10358815.

HSL color Cylindrical-coordinate representation of color #1F109E: hue angle of 246.34º 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 #1F109E is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3116158-
CMYK0.800.9000.38
HSL246.34º81.61%34.12%-
HSV(B)246.34º89.87%61.96%-
XYZ6.923.1332.59-
YUV36.67196.47123.95-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.12%
GREEN value IS 16 (6.64% from 255) = 7.80%
BLUE value IS 158 (62.11% from 255) = 77.07%
R=15.12%
G=7.80%
B=77.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal31161580.800.9000.38246.3481.6134.12
Hex1F109E505A026f65222
Octal372023612013204636612242
Binary111111000010011110101000010110100100110111101101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F109E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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