#1F1181

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

Shades of Ultramarine #1F1181

Tints of Ultramarine #1F1181

Color information

#1F1181 (or 0x1F1181) is unknown color: approx Ultramarine. HEX triplet: 1F, 11 and 81. RGB value is (31,17,129). Sum of RGB (Red+Green+Blue) = 31+17+129=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 129 (50.78% from 255 or 72.88% from 177); Max value from RGB is 129 - color contains mainly: blue. Hex color #1F1181 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F1181 is #E0EE7E. Grayscale: #212121. Windows color (decimal): -14741119 or 8458527. OLE color: 8458527.

HSL color Cylindrical-coordinate representation of color #1F1181: hue angle of 247.5º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F1181 is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3117129-
CMYK0.760.8700.49
HSL247.5º76.71%28.63%-
HSV(B)247.5º86.82%50.59%-
XYZ4.732.2820.96-
YUV33.95181.64125.89-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.51%
GREEN value IS 17 (7.03% from 255) = 9.60%
BLUE value IS 129 (50.78% from 255) = 72.88%
R=17.51%
G=9.60%
B=72.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31171290.760.8700.49247.576.7128.63
Hex1F11814C57031f84d1d
Octal372120111412706137011535
Binary11111100011000000110011001010111011000111111000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,17,129); }

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

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

 a { background-color: rgb(31,17,129); }

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

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

 span { border-color: rgb(31,17,129); }

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