#1F0593

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

Shades of Ultramarine #1F0593

Tints of Ultramarine #1F0593

Color information

#1F0593 (or 0x1F0593) is unknown color: approx Ultramarine. HEX triplet: 1F, 05 and 93. RGB value is (31,5,147). Sum of RGB (Red+Green+Blue) = 31+5+147=183 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.94% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 147 (57.81% from 255 or 80.33% from 183); Max value from RGB is 147 - color contains mainly: blue. Hex color #1F0593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0593 is #E0FA6C. Grayscale: #1C1C1C. Windows color (decimal): -14744173 or 9635103. OLE color: 9635103.

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

Color convert

RGB315147-
CMYK0.790.9700.42
HSL250.99º93.42%29.8%-
HSV(B)250.99º96.6%57.65%-
XYZ5.892.5127.78-
YUV28.96194.61129.45-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.94%
GREEN value IS 5 (2.34% from 255) = 2.73%
BLUE value IS 147 (57.81% from 255) = 80.33%
R=16.94%
G=2.73%
B=80.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3151470.790.9700.42250.9993.4229.8
Hex1F5934F6102Afb5d1e
Octal37522311714105237313536
Binary111111011001001110011111100001010101011111011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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