#1C165A

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

Shades of Paua #1C165A

Tints of Paua #1C165A

Color information

#1C165A (or 0x1C165A) is unknown color: approx Paua. HEX triplet: 1C, 16 and 5A. RGB value is (28,22,90). Sum of RGB (Red+Green+Blue) = 28+22+90=140 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 90 (35.55% from 255 or 64.29% from 140); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C165A is #E3E9A5. Grayscale: #1F1F1F. Windows color (decimal): -14936486 or 5903900. OLE color: 5903900.

HSL color Cylindrical-coordinate representation of color #1C165A: hue angle of 245.29º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C165A is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB282290-
CMYK0.690.7600.65
HSL245.29º60.71%21.96%-
HSV(B)245.29º75.56%35.29%-
XYZ2.611.569.84-
YUV31.55160.99125.47-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20%
GREEN value IS 22 (8.98% from 255) = 15.71%
BLUE value IS 90 (35.55% from 255) = 64.29%
R=20%
G=15.71%
B=64.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2822900.690.7600.65245.2960.7121.96
Hex1C165A454C041f53d16
Octal342613210511401013657526
Binary1110010110101101010001011001100010000011111010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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