#1F0D7F

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

Shades of Ultramarine #1F0D7F

Tints of Ultramarine #1F0D7F

Color information

#1F0D7F (or 0x1F0D7F) is unknown color: approx Ultramarine. HEX triplet: 1F, 0D and 7F. RGB value is (31,13,127). Sum of RGB (Red+Green+Blue) = 31+13+127=171 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.13% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 127 (50% from 255 or 74.27% from 171); Max value from RGB is 127 - color contains mainly: blue. Hex color #1F0D7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0D7F is #E0F280. Grayscale: #1E1E1E. Windows color (decimal): -14742145 or 8326431. OLE color: 8326431.

HSL color Cylindrical-coordinate representation of color #1F0D7F: hue angle of 249.47º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F0D7F is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3113127-
CMYK0.760.9000.50
HSL249.47º81.43%27.45%-
HSV(B)249.47º89.76%49.8%-
XYZ4.542.1120.25-
YUV31.38181.96127.73-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.13%
GREEN value IS 13 (5.47% from 255) = 7.60%
BLUE value IS 127 (50% from 255) = 74.27%
R=18.13%
G=7.60%
B=74.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal31131270.760.9000.50249.4781.4327.45
Hex1FD7F4C5A032f9511b
Octal371517711413206237112133
Binary111111101111111110011001011010011001011111001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,13,127); }

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

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

 a { background-color: rgb(31,13,127); }

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

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

 span { border-color: rgb(31,13,127); }

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