#1F139B

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

Shades of Ultramarine #1F139B

Tints of Ultramarine #1F139B

Color information

#1F139B (or 0x1F139B) is unknown color: approx Ultramarine. HEX triplet: 1F, 13 and 9B. RGB value is (31,19,155). Sum of RGB (Red+Green+Blue) = 31+19+155=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 155 (60.94% from 255 or 75.61% from 205); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F139B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F139B is #E0EC64. Grayscale: #252525. Windows color (decimal): -14740581 or 10162975. OLE color: 10162975.

HSL color Cylindrical-coordinate representation of color #1F139B: hue angle of 245.29º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F139B is Cyan = 0.8, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3119155-
CMYK0.80.8800.39
HSL245.29º78.16%34.12%-
HSV(B)245.29º87.74%60.78%-
XYZ6.713.1231.26-
YUV38.09193.98122.94-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.12%
GREEN value IS 19 (7.81% from 255) = 9.27%
BLUE value IS 155 (60.94% from 255) = 75.61%
R=15.12%
G=9.27%
B=75.61%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal31191550.80.8800.39245.2978.1634.12
Hex1F139B5058027f54e22
Octal372323312013004736511642
Binary111111001110011011101000010110000100111111101011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F139B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,19,155); }

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

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

 a { background-color: rgb(31,19,155); }

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

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

 span { border-color: rgb(31,19,155); }

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