#1F0884

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

Shades of Ultramarine #1F0884

Tints of Ultramarine #1F0884

Color information

#1F0884 (or 0x1F0884) is unknown color: approx Ultramarine. HEX triplet: 1F, 08 and 84. RGB value is (31,8,132). Sum of RGB (Red+Green+Blue) = 31+8+132=171 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.13% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 132 (51.95% from 255 or 77.19% from 171); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F0884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0884 is #E0F77B. Grayscale: #1C1C1C. Windows color (decimal): -14743420 or 8652831. OLE color: 8652831.

HSL color Cylindrical-coordinate representation of color #1F0884: hue angle of 251.13º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0884 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB318132-
CMYK0.770.9400.48
HSL251.13º88.57%27.45%-
HSV(B)251.13º93.94%51.76%-
XYZ4.822.1321.99-
YUV29.01186.12129.42-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.13%
GREEN value IS 8 (3.52% from 255) = 4.68%
BLUE value IS 132 (51.95% from 255) = 77.19%
R=18.13%
G=4.68%
B=77.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3181320.770.9400.48251.1388.5727.45
Hex1F8844D5E030fb591b
Octal371020411513606037313133
Binary1111110001000010010011011011110011000011111011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,8,132); }

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

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

 a { background-color: rgb(31,8,132); }

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

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

 span { border-color: rgb(31,8,132); }

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