#1F0189

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

Shades of Ultramarine #1F0189

Tints of Ultramarine #1F0189

Color information

#1F0189 (or 0x1F0189) is unknown color: approx Ultramarine. HEX triplet: 1F, 01 and 89. RGB value is (31,1,137). Sum of RGB (Red+Green+Blue) = 31+1+137=169 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.34% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 137 (53.91% from 255 or 81.07% from 169); Max value from RGB is 137 - color contains mainly: blue. Hex color #1F0189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0189 is #E0FE76. Grayscale: #181818. Windows color (decimal): -14745207 or 8978719. OLE color: 8978719.

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

Color convert

RGB311137-
CMYK0.770.9900.46
HSL253.24º98.55%27.06%-
HSV(B)253.24º99.27%53.73%-
XYZ5.092.1223.81-
YUV25.47190.94131.94-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.34%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 137 (53.91% from 255) = 81.07%
R=18.34%
G=0.59%
B=81.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3111370.770.9900.46253.2498.5527.06
Hex1F1894D6302Efd631b
Octal37121111514305637514333
Binary1111111000100110011011100011010111011111101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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