Html Css Color HEX #191251 Paua

📋 copy color: '#191251'

red 25 ◦ green 18 ◦ blue 81

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

Shades of Paua #191251

Tints of Paua #191251

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.52%

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

R = 20.16%
G = 14.52%
B = 65.32%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#191251 (or 0x191251) is known color: Paua. HEX triplet: 19, 12 and 51. RGB value is (25,18,81). Sum of RGB (Red+Green+Blue) = 25+18+81=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #191251 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191251 is #E6EDAE. Grayscale: #1B1B1B. Windows color (decimal): -15134127 or 5313049. OLE color: 5313049.

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

Color convert

RGB 25 18 81 -
CMYK 0.69 0.78 0 0.68
HSL 246.67º 0.64% 0.19% -
HSV(B) 246.67º 0.78% 0.32% -
XYZ 2.1 1.23 7.91 -
YUV 27.28 158.32 126.38 -
System Red Green Blue C M Y K H S L
Decimal 25 18 81 0.69 0.78 0 0.68 246.67 0.64 0.19
Hex 19 12 51 45 4E 0 44 F7 40 13
Octal 31 22 121 105 116 0 104 367 100 23
Binary 11001 10010 1010001 1000101 1001110 0 1000100 11110111 1000000 10011

Color Harmonies of #191251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191251

Black with #191251

Text Example


Text Example

White with #191251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191251; }

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

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

background-color css

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

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

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

border-color css

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

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

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