#1A163F

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

Shades of Paua #1A163F

Tints of Paua #1A163F

Color information

#1A163F (or 0x1A163F) is unknown color: approx Paua. HEX triplet: 1A, 16 and 3F. RGB value is (26,22,63). Sum of RGB (Red+Green+Blue) = 26+22+63=111 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.42% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 63 (25% from 255 or 56.76% from 111); Max value from RGB is 63 - color contains mainly: blue. Hex color #1A163F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A163F is #E5E9C0. Grayscale: #1B1B1B. Windows color (decimal): -15067585 or 4134426. OLE color: 4134426.

HSL color Cylindrical-coordinate representation of color #1A163F: hue angle of 245.85º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A163F is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB262263-
CMYK0.590.6500.75
HSL245.85º48.24%16.67%-
HSV(B)245.85º65.08%24.71%-
XYZ1.611.154.84-
YUV27.87147.83126.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 23.42%
GREEN value IS 22 (8.98% from 255) = 19.82%
BLUE value IS 63 (25% from 255) = 56.76%
R=23.42%
G=19.82%
B=56.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2622630.590.6500.75245.8548.2416.67
Hex1A163F3B4104Bf63011
Octal3226777310101133666021
Binary11010101101111111110111000001010010111111011011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A163F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,22,63); }

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

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

 a { background-color: rgb(26,22,63); }

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

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

 span { border-color: rgb(26,22,63); }

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