#1C1B51

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

Shades of Paua #1C1B51

Tints of Paua #1C1B51

Color information

#1C1B51 (or 0x1C1B51) is unknown color: approx Paua. HEX triplet: 1C, 1B and 51. RGB value is (28,27,81). Sum of RGB (Red+Green+Blue) = 28+27+81=136 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.59% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 81 (32.03% from 255 or 59.56% from 136); Max value from RGB is 81 - color contains mainly: blue. Hex color #1C1B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C1B51 is #E3E4AE. Grayscale: #212121. Windows color (decimal): -14935215 or 5315356. OLE color: 5315356.

HSL color Cylindrical-coordinate representation of color #1C1B51: hue angle of 241.11º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C1B51 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB282781-
CMYK0.650.6700.68
HSL241.11º50%21.18%-
HSV(B)241.11º66.67%31.76%-
XYZ2.361.627.97-
YUV33.46154.83124.11-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.59%
GREEN value IS 27 (10.94% from 255) = 19.85%
BLUE value IS 81 (32.03% from 255) = 59.56%
R=20.59%
G=19.85%
B=59.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2827810.650.6700.68241.115021.18
Hex1C1B514143044f13215
Octal343312110110301043616225
Binary1110011011101000110000011000011010001001111000111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,27,81); }

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

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

 a { background-color: rgb(28,27,81); }

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

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

 span { border-color: rgb(28,27,81); }

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