#1C114D

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

Shades of Paua #1C114D

Tints of Paua #1C114D

Color information

#1C114D (or 0x1C114D) is unknown color: approx Paua. HEX triplet: 1C, 11 and 4D. RGB value is (28,17,77). Sum of RGB (Red+Green+Blue) = 28+17+77=122 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.95% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #1C114D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C114D is #E3EEB2. Grayscale: #1A1A1A. Windows color (decimal): -14937779 or 5050652. OLE color: 5050652.

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

Color convert

RGB281777-
CMYK0.640.7800.70
HSL251º63.83%18.43%-
HSV(B)251º77.92%30.2%-
XYZ2.021.187.14-
YUV27.13156.14128.62-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.95%
GREEN value IS 17 (7.03% from 255) = 13.93%
BLUE value IS 77 (30.47% from 255) = 63.11%
R=22.95%
G=13.93%
B=63.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2817770.640.7800.7025163.8318.43
Hex1C114D404E046fb4012
Octal3421115100116010637310022
Binary11100100011001101100000010011100100011011111011100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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