Html Css Color HEX #191951 Paua

📋 copy color: '#191951'

red 25 ◦ green 25 ◦ blue 81

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

Shades of Paua #191951

Tints of Paua #191951

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.08%

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

R = 19.08%
G = 19.08%
B = 61.83%

CMYK

 C value IS 0.69

 M value IS 0.69

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#191951 (or 0x191951) is known color: Paua. HEX triplet: 19, 19 and 51. RGB value is (25,25,81). Sum of RGB (Red+Green+Blue) = 25+25+81=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #191951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191951 is #E6E6AE. Grayscale: #1F1F1F. Windows color (decimal): -15132335 or 5314841. OLE color: 5314841.

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

Color convert

RGB 25 25 81 -
CMYK 0.69 0.69 0 0.68
HSL 240º 0.53% 0.21% -
HSV(B) 240º 0.69% 0.32% -
XYZ 2.23 1.5 7.96 -
YUV 31.38 156 123.45 -
System Red Green Blue C M Y K H S L
Decimal 25 25 81 0.69 0.69 0 0.68 240 0.53 0.21
Hex 19 19 51 45 45 0 44 F0 35 15
Octal 31 31 121 105 105 0 104 360 65 25
Binary 11001 11001 1010001 1000101 1000101 0 1000100 11110000 110101 10101

Color Harmonies of #191951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191951

Black with #191951

Text Example


Text Example

White with #191951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191951; }

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

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

background-color css

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

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

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

border-color css

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

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

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