#1F184B

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

Shades of Paua #1F184B

Tints of Paua #1F184B

Color information

#1F184B (or 0x1F184B) is unknown color: approx Paua. HEX triplet: 1F, 18 and 4B. RGB value is (31,24,75). Sum of RGB (Red+Green+Blue) = 31+24+75=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 75 (29.69% from 255 or 57.69% from 130); Max value from RGB is 75 - color contains mainly: blue. Hex color #1F184B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F184B is #E0E7B4. Grayscale: #1F1F1F. Windows color (decimal): -14739381 or 4921375. OLE color: 4921375.

HSL color Cylindrical-coordinate representation of color #1F184B: hue angle of 248.24º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F184B is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB312475-
CMYK0.590.6800.71
HSL248.24º51.52%19.41%-
HSV(B)248.24º68%29.41%-
XYZ2.161.456.82-
YUV31.91152.32127.35-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.85%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 75 (29.69% from 255) = 57.69%
R=23.85%
G=18.46%
B=57.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3124750.590.6800.71248.2451.5219.41
Hex1F184B3B44047f83413
Octal37301137310401073706423
Binary111111100010010111110111000100010001111111100011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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