#1F185A

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

Shades of Paua #1F185A

Tints of Paua #1F185A

Color information

#1F185A (or 0x1F185A) is unknown color: approx Paua. HEX triplet: 1F, 18 and 5A. RGB value is (31,24,90). Sum of RGB (Red+Green+Blue) = 31+24+90=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #1F185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F185A is #E0E7A5. Grayscale: #212121. Windows color (decimal): -14739366 or 5904415. OLE color: 5904415.

HSL color Cylindrical-coordinate representation of color #1F185A: hue angle of 246.36º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F185A is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB312490-
CMYK0.660.7300.65
HSL246.36º57.89%22.35%-
HSV(B)246.36º73.33%35.29%-
XYZ2.741.689.85-
YUV33.62159.82126.13-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.38%
GREEN value IS 24 (9.77% from 255) = 16.55%
BLUE value IS 90 (35.55% from 255) = 62.07%
R=21.38%
G=16.55%
B=62.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3124900.660.7300.65246.3657.8922.35
Hex1F185A4249041f63a16
Octal373013210211101013667226
Binary1111111000101101010000101001001010000011111011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,24,90); }

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

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

 a { background-color: rgb(31,24,90); }

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

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

 span { border-color: rgb(31,24,90); }

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