#1B1748

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

Shades of Paua #1B1748

Tints of Paua #1B1748

Color information

#1B1748 (or 0x1B1748) is unknown color: approx Paua. HEX triplet: 1B, 17 and 48. RGB value is (27,23,72). Sum of RGB (Red+Green+Blue) = 27+23+72=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 72 (28.52% from 255 or 59.02% from 122); Max value from RGB is 72 - color contains mainly: blue. Hex color #1B1748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1748 is #E4E8B7. Grayscale: #1D1D1D. Windows color (decimal): -15001784 or 4724507. OLE color: 4724507.

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

Color convert

RGB272372-
CMYK0.620.6800.72
HSL244.9º51.58%18.63%-
HSV(B)244.9º68.06%28.24%-
XYZ1.931.316.28-
YUV29.78151.83126.02-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 22.13%
GREEN value IS 23 (9.38% from 255) = 18.85%
BLUE value IS 72 (28.52% from 255) = 59.02%
R=22.13%
G=18.85%
B=59.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2723720.620.6800.72244.951.5818.63
Hex1B17483E44048f53413
Octal33271107610401103656423
Binary110111011110010001111101000100010010001111010111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,23,72); }

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

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

 a { background-color: rgb(27,23,72); }

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

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

 span { border-color: rgb(27,23,72); }

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