#191C55

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

Shades of Paua #191C55

Tints of Paua #191C55

Color information

#191C55 (or 0x191C55) is unknown color: approx Paua. HEX triplet: 19, 1C and 55. RGB value is (25,28,85). Sum of RGB (Red+Green+Blue) = 25+28+85=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 85 (33.59% from 255 or 61.59% from 138); Max value from RGB is 85 - color contains mainly: blue. Hex color #191C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191C55 is #E6E3AA. Grayscale: #212121. Windows color (decimal): -15131563 or 5577753. OLE color: 5577753.

HSL color Cylindrical-coordinate representation of color #191C55: hue angle of 237º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #191C55 is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB252885-
CMYK0.710.6700.67
HSL237º54.55%21.57%-
HSV(B)237º70.59%33.33%-
XYZ2.461.698.79-
YUV33.6157.01121.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.12%
GREEN value IS 28 (11.33% from 255) = 20.29%
BLUE value IS 85 (33.59% from 255) = 61.59%
R=18.12%
G=20.29%
B=61.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2528850.710.6700.6723754.5521.57
Hex191C554743043ed3716
Octal313412510710301033556726
Binary1100111100101010110001111000011010000111110110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191C55; }

 p { color: rgb(25,28,85); }

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

<style>
 a { background-color: #191C55; }

 a { background-color: rgb(25,28,85); }

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

<style>
 span { border-color: #191C55; }

 span { border-color: rgb(25,28,85); }

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