#1F0F8F

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

Shades of Ultramarine #1F0F8F

Tints of Ultramarine #1F0F8F

Color information

#1F0F8F (or 0x1F0F8F) is unknown color: approx Ultramarine. HEX triplet: 1F, 0F and 8F. RGB value is (31,15,143). Sum of RGB (Red+Green+Blue) = 31+15+143=189 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.40% from 189); Green value is 15 (6.25% from 255 or 7.94% from 189); Blue value is 143 (56.25% from 255 or 75.66% from 189); Max value from RGB is 143 - color contains mainly: blue. Hex color #1F0F8F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0F8F is #E0F070. Grayscale: #212121. Windows color (decimal): -14741617 or 9375519. OLE color: 9375519.

HSL color Cylindrical-coordinate representation of color #1F0F8F: hue angle of 247.5º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F0F8F is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3115143-
CMYK0.780.9000.44
HSL247.5º81.01%30.98%-
HSV(B)247.5º89.51%56.08%-
XYZ5.692.6226.19-
YUV34.38189.3125.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.40%
GREEN value IS 15 (6.25% from 255) = 7.94%
BLUE value IS 143 (56.25% from 255) = 75.66%
R=16.40%
G=7.94%
B=75.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal31151430.780.9000.44247.581.0130.98
Hex1FF8F4E5A02Cf8511f
Octal371721711613205437012137
Binary1111111111000111110011101011010010110011111000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,15,143); }

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

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

 a { background-color: rgb(31,15,143); }

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

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

 span { border-color: rgb(31,15,143); }

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