#1F17AD

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

Shades of Ultramarine #1F17AD

Tints of Ultramarine #1F17AD

Color information

#1F17AD (or 0x1F17AD) is unknown color: approx Ultramarine. HEX triplet: 1F, 17 and AD. RGB value is (31,23,173). Sum of RGB (Red+Green+Blue) = 31+23+173=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 173 (67.97% from 255 or 76.21% from 227); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F17AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F17AD is #E0E852. Grayscale: #292929. Windows color (decimal): -14739539 or 11343647. OLE color: 11343647.

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

Color convert

RGB3123173-
CMYK0.820.8700.32
HSL243.2º76.53%38.43%-
HSV(B)243.2º86.71%67.84%-
XYZ8.413.9239.85-
YUV42.49201.65119.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.66%
GREEN value IS 23 (9.38% from 255) = 10.13%
BLUE value IS 173 (67.97% from 255) = 76.21%
R=13.66%
G=10.13%
B=76.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31231730.820.8700.32243.276.5338.43
Hex1F17AD5257020f34d26
Octal372725512212704036311546
Binary111111011110101101101001010101110100000111100111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F17AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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