#1C144C

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

Shades of Paua #1C144C

Tints of Paua #1C144C

Color information

#1C144C (or 0x1C144C) is unknown color: approx Paua. HEX triplet: 1C, 14 and 4C. RGB value is (28,20,76). Sum of RGB (Red+Green+Blue) = 28+20+76=124 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.58% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 76 (30.08% from 255 or 61.29% from 124); Max value from RGB is 76 - color contains mainly: blue. Hex color #1C144C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C144C is #E3EBB3. Grayscale: #1C1C1C. Windows color (decimal): -14937012 or 4985884. OLE color: 4985884.

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

Color convert

RGB282076-
CMYK0.630.7400.70
HSL248.57º58.33%18.82%-
HSV(B)248.57º73.68%29.8%-
XYZ2.031.276.98-
YUV28.78154.65127.45-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.58%
GREEN value IS 20 (8.20% from 255) = 16.13%
BLUE value IS 76 (30.08% from 255) = 61.29%
R=22.58%
G=16.13%
B=61.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2820760.630.7400.70248.5758.3318.82
Hex1C144C3F4A046f93a13
Octal34241147711201063717223
Binary111001010010011001111111001010010001101111100111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C144C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,20,76); }

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

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

 a { background-color: rgb(28,20,76); }

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

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

 span { border-color: rgb(28,20,76); }

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