#1C194D

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

Shades of Paua #1C194D

Tints of Paua #1C194D

Color information

#1C194D (or 0x1C194D) is unknown color: approx Paua. HEX triplet: 1C, 19 and 4D. RGB value is (28,25,77). Sum of RGB (Red+Green+Blue) = 28+25+77=130 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.54% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #1C194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C194D is #E3E6B2. Grayscale: #1F1F1F. Windows color (decimal): -14935731 or 5052700. OLE color: 5052700.

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

Color convert

RGB282577-
CMYK0.640.6800.70
HSL243.46º50.98%20%-
HSV(B)243.46º67.53%30.2%-
XYZ2.171.487.19-
YUV31.82153.49125.27-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.54%
GREEN value IS 25 (10.16% from 255) = 19.23%
BLUE value IS 77 (30.47% from 255) = 59.23%
R=21.54%
G=19.23%
B=59.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2825770.640.6800.70243.4650.9820
Hex1C194D4044046f33314
Octal343111510010401063636324
Binary1110011001100110110000001000100010001101111001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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