#1F0081

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

Shades of Ultramarine #1F0081

Tints of Ultramarine #1F0081

Color information

#1F0081 (or 0x1F0081) is unknown color: approx Ultramarine. HEX triplet: 1F, 00 and 81. RGB value is (31,0,129). Sum of RGB (Red+Green+Blue) = 31+0+129=160 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.38% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 129 (50.78% from 255 or 80.62% from 160); Max value from RGB is 129 - color contains mainly: blue. Hex color #1F0081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0081 is #E0FF7E. Grayscale: #171717. Windows color (decimal): -14745471 or 8454175. OLE color: 8454175.

HSL color Cylindrical-coordinate representation of color #1F0081: hue angle of 254.42º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0081 is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB310129-
CMYK0.76100.49
HSL254.42º100%25.29%-
HSV(B)254.42º100%50.59%-
XYZ4.531.8820.89-
YUV23.98187.27133.01-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 129 (50.78% from 255) = 80.62%
R=19.38%
G=0%
B=80.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3101290.76100.49254.4210025.29
Hex1F0814C64031fe6419
Octal37020111414406137614431
Binary1111101000000110011001100100011000111111110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,0,129); }

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

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

 a { background-color: rgb(31,0,129); }

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

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

 span { border-color: rgb(31,0,129); }

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