#1B144F

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

Shades of Paua #1B144F

Tints of Paua #1B144F

Color information

#1B144F (or 0x1B144F) is unknown color: approx Paua. HEX triplet: 1B, 14 and 4F. RGB value is (27,20,79). Sum of RGB (Red+Green+Blue) = 27+20+79=126 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.43% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 79 (31.25% from 255 or 62.70% from 126); Max value from RGB is 79 - color contains mainly: blue. Hex color #1B144F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B144F is #E4EBB0. Grayscale: #1C1C1C. Windows color (decimal): -15002545 or 5182491. OLE color: 5182491.

HSL color Cylindrical-coordinate representation of color #1B144F: hue angle of 247.12º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B144F is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB272079-
CMYK0.660.7500.69
HSL247.12º59.6%19.41%-
HSV(B)247.12º74.68%30.98%-
XYZ2.111.37.54-
YUV28.82156.32126.7-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.43%
GREEN value IS 20 (8.20% from 255) = 15.87%
BLUE value IS 79 (31.25% from 255) = 62.70%
R=21.43%
G=15.87%
B=62.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2720790.660.7500.69247.1259.619.41
Hex1B144F424B045f73c13
Octal332411710211301053677423
Binary1101110100100111110000101001011010001011111011111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B144F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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