#1F058F

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

Shades of Ultramarine #1F058F

Tints of Ultramarine #1F058F

Color information

#1F058F (or 0x1F058F) is unknown color: approx Ultramarine. HEX triplet: 1F, 05 and 8F. RGB value is (31,5,143). Sum of RGB (Red+Green+Blue) = 31+5+143=179 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.32% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 143 (56.25% from 255 or 79.89% from 179); Max value from RGB is 143 - color contains mainly: blue. Hex color #1F058F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F058F is #E0FA70. Grayscale: #1B1B1B. Windows color (decimal): -14744177 or 9372959. OLE color: 9372959.

HSL color Cylindrical-coordinate representation of color #1F058F: hue angle of 251.3º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F058F is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB315143-
CMYK0.780.9700.44
HSL251.3º93.24%29.02%-
HSV(B)251.3º96.5%56.08%-
XYZ5.582.3826.15-
YUV28.51192.61129.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.32%
GREEN value IS 5 (2.34% from 255) = 2.79%
BLUE value IS 143 (56.25% from 255) = 79.89%
R=17.32%
G=2.79%
B=79.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3151430.780.9700.44251.393.2429.02
Hex1F58F4E6102Cfb5d1d
Octal37521711614105437313535
Binary111111011000111110011101100001010110011111011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F058F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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