#1B1248

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

Shades of Paua #1B1248

Tints of Paua #1B1248

Color information

#1B1248 (or 0x1B1248) is unknown color: approx Paua. HEX triplet: 1B, 12 and 48. RGB value is (27,18,72). Sum of RGB (Red+Green+Blue) = 27+18+72=117 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.08% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 72 (28.52% from 255 or 61.54% from 117); Max value from RGB is 72 - color contains mainly: blue. Hex color #1B1248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1248 is #E4EDB7. Grayscale: #1A1A1A. Windows color (decimal): -15003064 or 4723227. OLE color: 4723227.

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

Color convert

RGB271872-
CMYK0.620.7500.72
HSL250º60%17.65%-
HSV(B)250º75%28.24%-
XYZ1.841.136.25-
YUV26.85153.48128.11-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 23.08%
GREEN value IS 18 (7.42% from 255) = 15.38%
BLUE value IS 72 (28.52% from 255) = 61.54%
R=23.08%
G=15.38%
B=61.54%

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
Decimal2718720.620.7500.722506017.65
Hex1B12483E4B048fa3c12
Octal33221107611301103727422
Binary110111001010010001111101001011010010001111101011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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