#1F178D

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

Shades of Ultramarine #1F178D

Tints of Ultramarine #1F178D

Color information

#1F178D (or 0x1F178D) is unknown color: approx Ultramarine. HEX triplet: 1F, 17 and 8D. RGB value is (31,23,141). Sum of RGB (Red+Green+Blue) = 31+23+141=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 141 (55.47% from 255 or 72.31% from 195); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F178D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F178D is #E0E872. Grayscale: #262626. Windows color (decimal): -14739571 or 9246495. OLE color: 9246495.

HSL color Cylindrical-coordinate representation of color #1F178D: hue angle of 244.07º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F178D is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3123141-
CMYK0.780.8400.45
HSL244.07º71.95%32.16%-
HSV(B)244.07º83.69%55.29%-
XYZ5.682.8325.45-
YUV38.84185.65122.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.90%
GREEN value IS 23 (9.38% from 255) = 11.79%
BLUE value IS 141 (55.47% from 255) = 72.31%
R=15.90%
G=11.79%
B=72.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31231410.780.8400.45244.0771.9532.16
Hex1F178D4E5402Df44820
Octal372721511612405536411040
Binary111111011110001101100111010101000101101111101001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F178D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,23,141); }

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

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

 a { background-color: rgb(31,23,141); }

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

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

 span { border-color: rgb(31,23,141); }

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