#1C1053

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

Shades of Paua #1C1053

Tints of Paua #1C1053

Color information

#1C1053 (or 0x1C1053) is unknown color: approx Paua. HEX triplet: 1C, 10 and 53. RGB value is (28,16,83). Sum of RGB (Red+Green+Blue) = 28+16+83=127 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.05% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 83 (32.81% from 255 or 65.35% from 127); Max value from RGB is 83 - color contains mainly: blue. Hex color #1C1053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1053 is #E3EFAC. Grayscale: #1A1A1A. Windows color (decimal): -14938029 or 5443612. OLE color: 5443612.

HSL color Cylindrical-coordinate representation of color #1C1053: hue angle of 250.75º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C1053 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB281683-
CMYK0.660.8100.67
HSL250.75º67.68%19.41%-
HSV(B)250.75º80.72%32.55%-
XYZ2.231.248.31-
YUV27.23159.48128.55-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.05%
GREEN value IS 16 (6.64% from 255) = 12.60%
BLUE value IS 83 (32.81% from 255) = 65.35%
R=22.05%
G=12.60%
B=65.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2816830.660.8100.67250.7567.6819.41
Hex1C10534251043fb4413
Octal3420123102121010337310423
Binary11100100001010011100001010100010100001111111011100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,16,83); }

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

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

 a { background-color: rgb(28,16,83); }

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

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

 span { border-color: rgb(28,16,83); }

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