#1A134A

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

Shades of Paua #1A134A

Tints of Paua #1A134A

Color information

#1A134A (or 0x1A134A) is unknown color: approx Paua. HEX triplet: 1A, 13 and 4A. RGB value is (26,19,74). Sum of RGB (Red+Green+Blue) = 26+19+74=119 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.85% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 74 (29.30% from 255 or 62.18% from 119); Max value from RGB is 74 - color contains mainly: blue. Hex color #1A134A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A134A is #E5ECB5. Grayscale: #1B1B1B. Windows color (decimal): -15068342 or 4854554. OLE color: 4854554.

HSL color Cylindrical-coordinate representation of color #1A134A: hue angle of 247.64º 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 #1A134A is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB261974-
CMYK0.650.7400.71
HSL247.64º59.14%18.24%-
HSV(B)247.64º74.32%29.02%-
XYZ1.891.186.61-
YUV27.36154.32127.03-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.85%
GREEN value IS 19 (7.81% from 255) = 15.97%
BLUE value IS 74 (29.30% from 255) = 62.18%
R=21.85%
G=15.97%
B=62.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2619740.650.7400.71247.6459.1418.24
Hex1A134A414A047f83b12
Octal322311210111201073707322
Binary1101010011100101010000011001010010001111111100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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