#1C1E57

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

Shades of Paua #1C1E57

Tints of Paua #1C1E57

Color information

#1C1E57 (or 0x1C1E57) is unknown color: approx Paua. HEX triplet: 1C, 1E and 57. RGB value is (28,30,87). Sum of RGB (Red+Green+Blue) = 28+30+87=145 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.31% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 87 (34.38% from 255 or 60% from 145); Max value from RGB is 87 - color contains mainly: blue. Hex color #1C1E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C1E57 is #E3E1A8. Grayscale: #232323. Windows color (decimal): -14934441 or 5709340. OLE color: 5709340.

HSL color Cylindrical-coordinate representation of color #1C1E57: hue angle of 237.97º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C1E57 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB283087-
CMYK0.680.6600.66
HSL237.97º51.3%22.55%-
HSV(B)237.97º67.82%34.12%-
XYZ2.661.869.24-
YUV35.9156.84122.37-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.31%
GREEN value IS 30 (12.11% from 255) = 20.69%
BLUE value IS 87 (34.38% from 255) = 60%
R=19.31%
G=20.69%
B=60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2830870.680.6600.66237.9751.322.55
Hex1C1E574442042ee3317
Octal343612710410201023566327
Binary1110011110101011110001001000010010000101110111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,30,87); }

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

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

 a { background-color: rgb(28,30,87); }

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

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

 span { border-color: rgb(28,30,87); }

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