#1F1886

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

Shades of Ultramarine #1F1886

Tints of Ultramarine #1F1886

Color information

#1F1886 (or 0x1F1886) is unknown color: approx Ultramarine. HEX triplet: 1F, 18 and 86. RGB value is (31,24,134). Sum of RGB (Red+Green+Blue) = 31+24+134=189 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.40% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 134 (52.73% from 255 or 70.90% from 189); Max value from RGB is 134 - color contains mainly: blue. Hex color #1F1886 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F1886 is #E0E779. Grayscale: #262626. Windows color (decimal): -14739322 or 8787999. OLE color: 8787999.

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

Color convert

RGB3124134-
CMYK0.770.8200.47
HSL243.82º69.62%30.98%-
HSV(B)243.82º82.09%52.55%-
XYZ5.192.6722.8-
YUV38.63181.82122.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.40%
GREEN value IS 24 (9.77% from 255) = 12.70%
BLUE value IS 134 (52.73% from 255) = 70.90%
R=16.40%
G=12.70%
B=70.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31241340.770.8200.47243.8269.6230.98
Hex1F18864D5202Ff4461f
Octal373020611512205736410637
Binary11111110001000011010011011010010010111111110100100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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