#1B144B

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

Shades of Paua #1B144B

Tints of Paua #1B144B

Color information

#1B144B (or 0x1B144B) is unknown color: approx Paua. HEX triplet: 1B, 14 and 4B. RGB value is (27,20,75). Sum of RGB (Red+Green+Blue) = 27+20+75=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 75 (29.69% from 255 or 61.48% from 122); Max value from RGB is 75 - color contains mainly: blue. Hex color #1B144B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B144B is #E4EBB4. Grayscale: #1C1C1C. Windows color (decimal): -15002549 or 4920347. OLE color: 4920347.

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

Color convert

RGB272075-
CMYK0.640.7300.71
HSL247.64º57.89%18.63%-
HSV(B)247.64º73.33%29.41%-
XYZ1.971.246.79-
YUV28.36154.32127.03-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 22.13%
GREEN value IS 20 (8.20% from 255) = 16.39%
BLUE value IS 75 (29.69% from 255) = 61.48%
R=22.13%
G=16.39%
B=61.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2720750.640.7300.71247.6457.8918.63
Hex1B144B4049047f83a13
Octal332411310011101073707223
Binary1101110100100101110000001001001010001111111100011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B144B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,20,75); }

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

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

 a { background-color: rgb(27,20,75); }

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

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

 span { border-color: rgb(27,20,75); }

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