#1B1947

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

Shades of Paua #1B1947

Tints of Paua #1B1947

Color information

#1B1947 (or 0x1B1947) is unknown color: approx Paua. HEX triplet: 1B, 19 and 47. RGB value is (27,25,71). Sum of RGB (Red+Green+Blue) = 27+25+71=123 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.95% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 71 (28.12% from 255 or 57.72% from 123); Max value from RGB is 71 - color contains mainly: blue. Hex color #1B1947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1947 is #E4E6B8. Grayscale: #1E1E1E. Windows color (decimal): -15001273 or 4659483. OLE color: 4659483.

HSL color Cylindrical-coordinate representation of color #1B1947: hue angle of 242.61º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B1947 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB272571-
CMYK0.620.6500.72
HSL242.61º47.92%18.82%-
HSV(B)242.61º64.79%27.84%-
XYZ1.941.386.13-
YUV30.84150.66125.26-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.95%
GREEN value IS 25 (10.16% from 255) = 20.33%
BLUE value IS 71 (28.12% from 255) = 57.72%
R=21.95%
G=20.33%
B=57.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2725710.620.6500.72242.6147.9218.82
Hex1B19473E41048f33013
Octal33311077610101103636023
Binary110111100110001111111101000001010010001111001111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,25,71); }

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

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

 a { background-color: rgb(27,25,71); }

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

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

 span { border-color: rgb(27,25,71); }

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