#1f17a2

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

Shades of Ultramarine #1F17A2

Tints of Ultramarine #1F17A2

Color information

#1F17A2 (or 0x1F17A2) is unknown color: approx Ultramarine. HEX triplet: 1F, 17 and A2. RGB value is (31,23,162). Sum of RGB (Red+Green+Blue) = 31+23+162=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 162 (63.67% from 255 or 75% from 216); Max value from RGB is 162 - color contains mainly: blue. Hex color #1F17A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F17A2 is #E0E85D. Grayscale: #282828. Windows color (decimal): -14739550 or 10622751. OLE color: 10622751.

HSL color Cylindrical-coordinate representation of color #1F17A2: hue angle of 243.45º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F17A2 is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3123162-
CMYK0.810.8600.36
HSL243.45º75.14%36.27%-
HSV(B)243.45º85.8%63.53%-
XYZ7.393.5134.47-
YUV41.24196.15120.7-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.35%
GREEN value IS 23 (9.38% from 255) = 10.65%
BLUE value IS 162 (63.67% from 255) = 75%
R=14.35%
G=10.65%
B=75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31231620.810.8600.36243.4575.1436.27
Hex1F17A25156024f34b24
Octal372724212112604436311344
Binary111111011110100010101000110101100100100111100111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f17a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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