Html Css Color HEX #191651 Paua

📋 copy color: '#191651'

red 25 ◦ green 22 ◦ blue 81

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

Shades of Paua #191651

Tints of Paua #191651

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.19%

 BLUE value IS 81 (32.03% from 255) = 63.28%

R = 19.53%
G = 17.19%
B = 63.28%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#191651 (or 0x191651) is known color: Paua. HEX triplet: 19, 16 and 51. RGB value is (25,22,81). Sum of RGB (Red+Green+Blue) = 25+22+81=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 81 (32.03% from 255 or 63.28% from 128); Max value from RGB is 81 - color contains mainly: blue. Hex color #191651 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191651 is #E6E9AE. Grayscale: #1D1D1D. Windows color (decimal): -15133103 or 5314073. OLE color: 5314073.

HSL color Cylindrical-coordinate representation of color #191651: hue angle of 243.05º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #191651 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 25 22 81 -
CMYK 0.69 0.73 0 0.68
HSL 243.05º 0.57% 0.2% -
HSV(B) 243.05º 0.73% 0.32% -
XYZ 2.17 1.37 7.94 -
YUV 29.62 156.99 124.7 -
System Red Green Blue C M Y K H S L
Decimal 25 22 81 0.69 0.73 0 0.68 243.05 0.57 0.2
Hex 19 16 51 45 49 0 44 F3 39 14
Octal 31 26 121 105 111 0 104 363 71 24
Binary 11001 10110 1010001 1000101 1001001 0 1000100 11110011 111001 10100

Color Harmonies of #191651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191651

Black with #191651

Text Example


Text Example

White with #191651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191651; }

 p { color: rgb(25,22,81); }

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

background-color css

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

 a { background-color: rgb(25,22,81); }

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

border-color css

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

 span { border-color: rgb(25,22,81); }

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