#1C1857

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

Shades of Paua #1C1857

Tints of Paua #1C1857

Color information

#1C1857 (or 0x1C1857) is unknown color: approx Paua. HEX triplet: 1C, 18 and 57. RGB value is (28,24,87). Sum of RGB (Red+Green+Blue) = 28+24+87=139 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.14% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 87 (34.38% from 255 or 62.59% from 139); Max value from RGB is 87 - color contains mainly: blue. Hex color #1C1857 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1857 is #E3E7A8. Grayscale: #202020. Windows color (decimal): -14935977 or 5707804. OLE color: 5707804.

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

Color convert

RGB282487-
CMYK0.680.7200.66
HSL243.81º56.76%21.76%-
HSV(B)243.81º72.41%34.12%-
XYZ2.531.599.19-
YUV32.38158.83124.88-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.14%
GREEN value IS 24 (9.77% from 255) = 17.27%
BLUE value IS 87 (34.38% from 255) = 62.59%
R=20.14%
G=17.27%
B=62.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2824870.680.7200.66243.8156.7621.76
Hex1C18574448042f43916
Octal343012710411001023647126
Binary1110011000101011110001001001000010000101111010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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