#1C164D

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

Shades of Paua #1C164D

Tints of Paua #1C164D

Color information

#1C164D (or 0x1C164D) is unknown color: approx Paua. HEX triplet: 1C, 16 and 4D. RGB value is (28,22,77). Sum of RGB (Red+Green+Blue) = 28+22+77=127 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.05% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 77 (30.47% from 255 or 60.63% from 127); Max value from RGB is 77 - color contains mainly: blue. Hex color #1C164D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C164D is #E3E9B2. Grayscale: #1D1D1D. Windows color (decimal): -14936499 or 5051932. OLE color: 5051932.

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

Color convert

RGB282277-
CMYK0.640.7100.70
HSL246.55º55.56%19.41%-
HSV(B)246.55º71.43%30.2%-
XYZ2.111.367.17-
YUV30.06154.49126.53-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.05%
GREEN value IS 22 (8.98% from 255) = 17.32%
BLUE value IS 77 (30.47% from 255) = 60.63%
R=22.05%
G=17.32%
B=60.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2822770.640.7100.70246.5555.5619.41
Hex1C164D4047046f73813
Octal342611510010701063677023
Binary1110010110100110110000001000111010001101111011111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,22,77); }

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

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

 a { background-color: rgb(28,22,77); }

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

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

 span { border-color: rgb(28,22,77); }

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