#1F0993

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

Shades of Ultramarine #1F0993

Tints of Ultramarine #1F0993

Color information

#1F0993 (or 0x1F0993) is unknown color: approx Ultramarine. HEX triplet: 1F, 09 and 93. RGB value is (31,9,147). Sum of RGB (Red+Green+Blue) = 31+9+147=187 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.58% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 147 (57.81% from 255 or 78.61% from 187); Max value from RGB is 147 - color contains mainly: blue. Hex color #1F0993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0993 is #E0F66C. Grayscale: #1E1E1E. Windows color (decimal): -14743149 or 9636127. OLE color: 9636127.

HSL color Cylindrical-coordinate representation of color #1F0993: hue angle of 249.57º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0993 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB319147-
CMYK0.790.9400.42
HSL249.57º88.46%30.59%-
HSV(B)249.57º93.88%57.65%-
XYZ5.932.5927.79-
YUV31.31193.29127.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.58%
GREEN value IS 9 (3.91% from 255) = 4.81%
BLUE value IS 147 (57.81% from 255) = 78.61%
R=16.58%
G=4.81%
B=78.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3191470.790.9400.42249.5788.4630.59
Hex1F9934F5E02Afa581f
Octal371122311713605237213037
Binary1111110011001001110011111011110010101011111010101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,9,147); }

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

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

 a { background-color: rgb(31,9,147); }

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

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

 span { border-color: rgb(31,9,147); }

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