#1F095B

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

Shades of Paua #1F095B

Tints of Paua #1F095B

Color information

#1F095B (or 0x1F095B) is unknown color: approx Paua. HEX triplet: 1F, 09 and 5B. RGB value is (31,9,91). Sum of RGB (Red+Green+Blue) = 31+9+91=131 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.66% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 91 (35.94% from 255 or 69.47% from 131); Max value from RGB is 91 - color contains mainly: blue. Hex color #1F095B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F095B is #E0F6A4. Grayscale: #181818. Windows color (decimal): -14743205 or 5966111. OLE color: 5966111.

HSL color Cylindrical-coordinate representation of color #1F095B: hue angle of 256.1º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F095B is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB31991-
CMYK0.660.9000.64
HSL256.1º82%19.61%-
HSV(B)256.1º90.11%35.69%-
XYZ2.551.2410-
YUV24.93165.29132.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.66%
GREEN value IS 9 (3.91% from 255) = 6.87%
BLUE value IS 91 (35.94% from 255) = 69.47%
R=23.66%
G=6.87%
B=69.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal319910.660.9000.64256.18219.61
Hex1F95B425A0401005214
Octal3711133102132010040012224
Binary11111100110110111000010101101001000000100000000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,9,91); }

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

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

 a { background-color: rgb(31,9,91); }

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

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

 span { border-color: rgb(31,9,91); }

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