#1F0186

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

Shades of Ultramarine #1F0186

Tints of Ultramarine #1F0186

Color information

#1F0186 (or 0x1F0186) is unknown color: approx Ultramarine. HEX triplet: 1F, 01 and 86. RGB value is (31,1,134). Sum of RGB (Red+Green+Blue) = 31+1+134=166 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.67% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 134 (52.73% from 255 or 80.72% from 166); Max value from RGB is 134 - color contains mainly: blue. Hex color #1F0186 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0186 is #E0FE79. Grayscale: #181818. Windows color (decimal): -14745210 or 8782111. OLE color: 8782111.

HSL color Cylindrical-coordinate representation of color #1F0186: hue angle of 253.53º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F0186 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB311134-
CMYK0.770.9900.47
HSL253.53º98.52%26.47%-
HSV(B)253.53º99.25%52.55%-
XYZ4.882.0322.69-
YUV25.13189.44132.19-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.67%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 134 (52.73% from 255) = 80.72%
R=18.67%
G=0.60%
B=80.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3111340.770.9900.47253.5398.5226.47
Hex1F1864D6302Ffe631a
Octal37120611514305737614332
Binary1111111000011010011011100011010111111111110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,1,134); }

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

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

 a { background-color: rgb(31,1,134); }

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

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

 span { border-color: rgb(31,1,134); }

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