Html Css Color HEX #191057 Paua

📋 copy color: '#191057'

red 25 ◦ green 16 ◦ blue 87

#191057
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #191057

Tints of Paua #191057

RGB

 RED value IS 25 (10.16% from 255) = 19.53%

 GREEN value IS 16 (6.64% from 255) = 12.5%

 BLUE value IS 87 (34.38% from 255) = 67.97%

R = 19.53%
G = 12.5%
B = 67.97%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#191057 (or 0x191057) is known color: Paua. HEX triplet: 19, 10 and 57. RGB value is (25,16,87). Sum of RGB (Red+Green+Blue) = 25+16+87=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 87 (34.38% from 255 or 67.97% from 128); Max value from RGB is 87 - color contains mainly: blue. Hex color #191057 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191057 is #E6EFA8. Grayscale: #1A1A1A. Windows color (decimal): -15134633 or 5705753. OLE color: 5705753.

HSL color Cylindrical-coordinate representation of color #191057: hue angle of 247.61º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #191057 is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 25 16 87 -
CMYK 0.71 0.82 0 0.66
HSL 247.61º 0.69% 0.2% -
HSV(B) 247.61º 0.82% 0.34% -
XYZ 2.31 1.27 9.14 -
YUV 26.79 161.98 126.73 -
System Red Green Blue C M Y K H S L
Decimal 25 16 87 0.71 0.82 0 0.66 247.61 0.69 0.2
Hex 19 10 57 47 52 0 42 F8 45 14
Octal 31 20 127 107 122 0 102 370 105 24
Binary 11001 10000 1010111 1000111 1010010 0 1000010 11111000 1000101 10100

Color Harmonies of #191057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191057

Black with #191057

Text Example


Text Example

White with #191057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191057; }

 p { color: rgb(25,16,87); }

 H1.HeaderClassName
 {
   color: #191057;
 }
 .AnyTagClassName
 {
   color: #191057;
 }
</style>

background-color css

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

 a { background-color: rgb(25,16,87); }

 div.DivClassName
 {
   background-color: #191057;
 }
 .BgClassName
 {
   background-color: #191057;
 }
</style>

border-color css

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

 span { border-color: rgb(25,16,87); }

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