#1A134B

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

Shades of Paua #1A134B

Tints of Paua #1A134B

Color information

#1A134B (or 0x1A134B) is unknown color: approx Paua. HEX triplet: 1A, 13 and 4B. RGB value is (26,19,75). Sum of RGB (Red+Green+Blue) = 26+19+75=120 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.67% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 75 (29.69% from 255 or 62.5% from 120); Max value from RGB is 75 - color contains mainly: blue. Hex color #1A134B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A134B is #E5ECB4. Grayscale: #1B1B1B. Windows color (decimal): -15068341 or 4920090. OLE color: 4920090.

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

Color convert

RGB261975-
CMYK0.650.7500.71
HSL247.5º59.57%18.43%-
HSV(B)247.5º74.67%29.41%-
XYZ1.931.196.79-
YUV27.48154.82126.95-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.67%
GREEN value IS 19 (7.81% from 255) = 15.83%
BLUE value IS 75 (29.69% from 255) = 62.5%
R=21.67%
G=15.83%
B=62.5%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2619750.650.7500.71247.559.5718.43
Hex1A134B414B047f83c12
Octal322311310111301073707422
Binary1101010011100101110000011001011010001111111100011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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