#1C1953

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

Shades of Paua #1C1953

Tints of Paua #1C1953

Color information

#1C1953 (or 0x1C1953) is unknown color: approx Paua. HEX triplet: 1C, 19 and 53. RGB value is (28,25,83). Sum of RGB (Red+Green+Blue) = 28+25+83=136 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.59% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #1C1953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1953 is #E3E6AC. Grayscale: #202020. Windows color (decimal): -14935725 or 5445916. OLE color: 5445916.

HSL color Cylindrical-coordinate representation of color #1C1953: hue angle of 243.1º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C1953 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB282583-
CMYK0.660.7000.67
HSL243.1º53.7%21.18%-
HSV(B)243.1º69.88%32.55%-
XYZ2.391.578.36-
YUV32.51156.49124.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.59%
GREEN value IS 25 (10.16% from 255) = 18.38%
BLUE value IS 83 (32.81% from 255) = 61.03%
R=20.59%
G=18.38%
B=61.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2825830.660.7000.67243.153.721.18
Hex1C19534246043f33615
Octal343112310210601033636625
Binary1110011001101001110000101000110010000111111001111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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