#1F088F

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

Shades of Ultramarine #1F088F

Tints of Ultramarine #1F088F

Color information

#1F088F (or 0x1F088F) is unknown color: approx Ultramarine. HEX triplet: 1F, 08 and 8F. RGB value is (31,8,143). Sum of RGB (Red+Green+Blue) = 31+8+143=182 (24% of max value = 765). Red value is 31 (12.5% from 255 or 17.03% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 143 (56.25% from 255 or 78.57% from 182); Max value from RGB is 143 - color contains mainly: blue. Hex color #1F088F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F088F is #E0F770. Grayscale: #1D1D1D. Windows color (decimal): -14743409 or 9373727. OLE color: 9373727.

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

Color convert

RGB318143-
CMYK0.780.9400.44
HSL250.22º89.4%29.61%-
HSV(B)250.22º94.41%56.08%-
XYZ5.612.4526.16-
YUV30.27191.62128.52-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.03%
GREEN value IS 8 (3.52% from 255) = 4.40%
BLUE value IS 143 (56.25% from 255) = 78.57%
R=17.03%
G=4.40%
B=78.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3181430.780.9400.44250.2289.429.61
Hex1F88F4E5E02Cfa591e
Octal371021711613605437213136
Binary1111110001000111110011101011110010110011111010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F088F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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