#1B1247

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

Shades of Paua #1B1247

Tints of Paua #1B1247

Color information

#1B1247 (or 0x1B1247) is unknown color: approx Paua. HEX triplet: 1B, 12 and 47. RGB value is (27,18,71). Sum of RGB (Red+Green+Blue) = 27+18+71=116 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.28% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 71 (28.12% from 255 or 61.21% from 116); Max value from RGB is 71 - color contains mainly: blue. Hex color #1B1247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1247 is #E4EDB8. Grayscale: #1A1A1A. Windows color (decimal): -15003065 or 4657691. OLE color: 4657691.

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

Color convert

RGB271871-
CMYK0.620.7500.72
HSL250.19º59.55%17.45%-
HSV(B)250.19º74.65%27.84%-
XYZ1.811.126.08-
YUV26.73152.98128.19-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 23.28%
GREEN value IS 18 (7.42% from 255) = 15.52%
BLUE value IS 71 (28.12% from 255) = 61.21%
R=23.28%
G=15.52%
B=61.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2718710.620.7500.72250.1959.5517.45
Hex1B12473E4B048fa3c11
Octal33221077611301103727421
Binary110111001010001111111101001011010010001111101011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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