#1B154C

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

Shades of Paua #1B154C

Tints of Paua #1B154C

Color information

#1B154C (or 0x1B154C) is unknown color: approx Paua. HEX triplet: 1B, 15 and 4C. RGB value is (27,21,76). Sum of RGB (Red+Green+Blue) = 27+21+76=124 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.77% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 76 (30.08% from 255 or 61.29% from 124); Max value from RGB is 76 - color contains mainly: blue. Hex color #1B154C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B154C is #E4EAB3. Grayscale: #1C1C1C. Windows color (decimal): -15002292 or 4986139. OLE color: 4986139.

HSL color Cylindrical-coordinate representation of color #1B154C: hue angle of 246.55º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B154C is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB272176-
CMYK0.640.7200.70
HSL246.55º56.7%19.02%-
HSV(B)246.55º72.37%29.8%-
XYZ2.021.296.98-
YUV29.06154.49126.53-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.77%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 76 (30.08% from 255) = 61.29%
R=21.77%
G=16.94%
B=61.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2721760.640.7200.70246.5556.719.02
Hex1B154C4048046f73913
Octal332511410011001063677123
Binary1101110101100110010000001001000010001101111011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B154C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,21,76); }

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

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

 a { background-color: rgb(27,21,76); }

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

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

 span { border-color: rgb(27,21,76); }

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