#1C114C

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

Shades of Paua #1C114C

Tints of Paua #1C114C

Color information

#1C114C (or 0x1C114C) is unknown color: approx Paua. HEX triplet: 1C, 11 and 4C. RGB value is (28,17,76). Sum of RGB (Red+Green+Blue) = 28+17+76=121 (16% of max value = 765). Red value is 28 (11.33% from 255 or 23.14% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 76 (30.08% from 255 or 62.81% from 121); Max value from RGB is 76 - color contains mainly: blue. Hex color #1C114C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C114C is #E3EEB3. Grayscale: #1A1A1A. Windows color (decimal): -14937780 or 4985116. OLE color: 4985116.

HSL color Cylindrical-coordinate representation of color #1C114C: hue angle of 251.19º degrees, saturation: 0.63, 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 #1C114C is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB281776-
CMYK0.630.7800.70
HSL251.19º63.44%18.24%-
HSV(B)251.19º77.63%29.8%-
XYZ1.981.176.96-
YUV27.02155.64128.7-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 23.14%
GREEN value IS 17 (7.03% from 255) = 14.05%
BLUE value IS 76 (30.08% from 255) = 62.81%
R=23.14%
G=14.05%
B=62.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2817760.630.7800.70251.1963.4418.24
Hex1C114C3F4E046fb3f12
Octal34211147711601063737722
Binary111001000110011001111111001110010001101111101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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