#1F1988

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

Shades of Ultramarine #1F1988

Tints of Ultramarine #1F1988

Color information

#1F1988 (or 0x1F1988) is unknown color: approx Ultramarine. HEX triplet: 1F, 19 and 88. RGB value is (31,25,136). Sum of RGB (Red+Green+Blue) = 31+25+136=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 136 (53.52% from 255 or 70.83% from 192); Max value from RGB is 136 - color contains mainly: blue. Hex color #1F1988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F1988 is #E0E677. Grayscale: #272727. Windows color (decimal): -14739064 or 8919327. OLE color: 8919327.

HSL color Cylindrical-coordinate representation of color #1F1988: hue angle of 243.24º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F1988 is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3125136-
CMYK0.770.8200.47
HSL243.24º68.94%31.57%-
HSV(B)243.24º81.62%53.33%-
XYZ5.362.7623.54-
YUV39.45182.49121.97-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.15%
GREEN value IS 25 (10.16% from 255) = 13.02%
BLUE value IS 136 (53.52% from 255) = 70.83%
R=16.15%
G=13.02%
B=70.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31251360.770.8200.47243.2468.9431.57
Hex1F19884D5202Ff34520
Octal373121011512205736310540
Binary111111100110001000100110110100100101111111100111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,25,136); }

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

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

 a { background-color: rgb(31,25,136); }

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

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

 span { border-color: rgb(31,25,136); }

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