#1B1848

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

Shades of Paua #1B1848

Tints of Paua #1B1848

Color information

#1B1848 (or 0x1B1848) is unknown color: approx Paua. HEX triplet: 1B, 18 and 48. RGB value is (27,24,72). Sum of RGB (Red+Green+Blue) = 27+24+72=123 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.95% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #1B1848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1848 is #E4E7B7. Grayscale: #1E1E1E. Windows color (decimal): -15001528 or 4724763. OLE color: 4724763.

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

Color convert

RGB272472-
CMYK0.620.6700.72
HSL243.75º50%18.82%-
HSV(B)243.75º66.67%28.24%-
XYZ1.951.356.29-
YUV30.37151.49125.6-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.95%
GREEN value IS 24 (9.77% from 255) = 19.51%
BLUE value IS 72 (28.52% from 255) = 58.54%
R=21.95%
G=19.51%
B=58.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2724720.620.6700.72243.755018.82
Hex1B18483E43048f43213
Octal33301107610301103646223
Binary110111100010010001111101000011010010001111010011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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