Html Css Color HEX #191851 Paua

📋 copy color: '#191851'

red 25 ◦ green 24 ◦ blue 81

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

Shades of Paua #191851

Tints of Paua #191851

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.46%

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

R = 19.23%
G = 18.46%
B = 62.31%

CMYK

 C value IS 0.69

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#191851 (or 0x191851) is known color: Paua. HEX triplet: 19, 18 and 51. RGB value is (25,24,81). Sum of RGB (Red+Green+Blue) = 25+24+81=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 81 (32.03% from 255 or 62.31% from 130); Max value from RGB is 81 - color contains mainly: blue. Hex color #191851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191851 is #E6E7AE. Grayscale: #1E1E1E. Windows color (decimal): -15132591 or 5314585. OLE color: 5314585.

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

Color convert

RGB 25 24 81 -
CMYK 0.69 0.70 0 0.68
HSL 241.05º 0.54% 0.21% -
HSV(B) 241.05º 0.7% 0.32% -
XYZ 2.21 1.45 7.95 -
YUV 30.8 156.33 123.87 -
System Red Green Blue C M Y K H S L
Decimal 25 24 81 0.69 0.70 0 0.68 241.05 0.54 0.21
Hex 19 18 51 45 46 0 44 F1 36 15
Octal 31 30 121 105 106 0 104 361 66 25
Binary 11001 11000 1010001 1000101 1000110 0 1000100 11110001 110110 10101

Color Harmonies of #191851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191851

Black with #191851

Text Example


Text Example

White with #191851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191851; }

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

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

background-color css

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

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

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

border-color css

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

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

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