#1F175C

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

Shades of Paua #1F175C

Tints of Paua #1F175C

Color information

#1F175C (or 0x1F175C) is unknown color: approx Paua. HEX triplet: 1F, 17 and 5C. RGB value is (31,23,92). Sum of RGB (Red+Green+Blue) = 31+23+92=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 92 (36.33% from 255 or 63.01% from 146); Max value from RGB is 92 - color contains mainly: blue. Hex color #1F175C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F175C is #E0E8A3. Grayscale: #202020. Windows color (decimal): -14739620 or 6035231. OLE color: 6035231.

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

Color convert

RGB312392-
CMYK0.660.7500.64
HSL246.96º60%22.55%-
HSV(B)246.96º75%36.08%-
XYZ2.81.6810.3-
YUV33.26161.15126.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.23%
GREEN value IS 23 (9.38% from 255) = 15.75%
BLUE value IS 92 (36.33% from 255) = 63.01%
R=21.23%
G=15.75%
B=63.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3123920.660.7500.64246.966022.55
Hex1F175C424B040f73c17
Octal372713410211301003677427
Binary1111110111101110010000101001011010000001111011111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F175C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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