#1F154D

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

Shades of Paua #1F154D

Tints of Paua #1F154D

Color information

#1F154D (or 0x1F154D) is unknown color: approx Paua. HEX triplet: 1F, 15 and 4D. RGB value is (31,21,77). Sum of RGB (Red+Green+Blue) = 31+21+77=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #1F154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F154D is #E0EAB2. Grayscale: #1E1E1E. Windows color (decimal): -14740147 or 5051679. OLE color: 5051679.

HSL color Cylindrical-coordinate representation of color #1F154D: hue angle of 250.71º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F154D is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB312177-
CMYK0.600.7300.70
HSL250.71º57.14%19.22%-
HSV(B)250.71º72.73%30.2%-
XYZ2.171.367.17-
YUV30.37154.31128.45-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.03%
GREEN value IS 21 (8.59% from 255) = 16.28%
BLUE value IS 77 (30.47% from 255) = 59.69%
R=24.03%
G=16.28%
B=59.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3121770.600.7300.70250.7157.1419.22
Hex1F154D3C49046fb3913
Octal37251157411101063737123
Binary111111010110011011111001001001010001101111101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,21,77); }

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

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

 a { background-color: rgb(31,21,77); }

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

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

 span { border-color: rgb(31,21,77); }

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