#1B134A

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

Shades of Paua #1B134A

Tints of Paua #1B134A

Color information

#1B134A (or 0x1B134A) is unknown color: approx Paua. HEX triplet: 1B, 13 and 4A. RGB value is (27,19,74). Sum of RGB (Red+Green+Blue) = 27+19+74=120 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.5% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 74 (29.30% from 255 or 61.67% from 120); Max value from RGB is 74 - color contains mainly: blue. Hex color #1B134A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B134A is #E4ECB5. Grayscale: #1B1B1B. Windows color (decimal): -15002806 or 4854555. OLE color: 4854555.

HSL color Cylindrical-coordinate representation of color #1B134A: hue angle of 248.73º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B134A is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB271974-
CMYK0.640.7400.71
HSL248.73º59.14%18.24%-
HSV(B)248.73º74.32%29.02%-
XYZ1.921.196.61-
YUV27.66154.15127.53-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 22.5%
GREEN value IS 19 (7.81% from 255) = 15.83%
BLUE value IS 74 (29.30% from 255) = 61.67%
R=22.5%
G=15.83%
B=61.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2719740.640.7400.71248.7359.1418.24
Hex1B134A404A047f93b12
Octal332311210011201073717322
Binary1101110011100101010000001001010010001111111100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,19,74); }

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

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

 a { background-color: rgb(27,19,74); }

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

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

 span { border-color: rgb(27,19,74); }

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