Html Css Color HEX #191749 Paua

📋 copy color: '#191749'

red 25 ◦ green 23 ◦ blue 73

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

Shades of Paua #191749

Tints of Paua #191749

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.01%

 BLUE value IS 73 (28.91% from 255) = 60.33%

R = 20.66%
G = 19.01%
B = 60.33%

CMYK

 C value IS 0.66

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#191749 (or 0x191749) is known color: Paua. HEX triplet: 19, 17 and 49. RGB value is (25,23,73). Sum of RGB (Red+Green+Blue) = 25+23+73=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 73 (28.91% from 255 or 60.33% from 121); Max value from RGB is 73 - color contains mainly: blue. Hex color #191749 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191749 is #E6E8B6. Grayscale: #1D1D1D. Windows color (decimal): -15132855 or 4790041. OLE color: 4790041.

HSL color Cylindrical-coordinate representation of color #191749: hue angle of 242.4º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #191749 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 25 23 73 -
CMYK 0.66 0.68 0 0.71
HSL 242.4º 0.52% 0.19% -
HSV(B) 242.4º 0.68% 0.29% -
XYZ 1.91 1.3 6.45 -
YUV 29.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 25 23 73 0.66 0.68 0 0.71 242.4 0.52 0.19
Hex 19 17 49 42 44 0 47 F2 34 13
Octal 31 27 111 102 104 0 107 362 64 23
Binary 11001 10111 1001001 1000010 1000100 0 1000111 11110010 110100 10011

Color Harmonies of #191749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191749

Black with #191749

Text Example


Text Example

White with #191749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191749; }

 p { color: rgb(25,23,73); }

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

background-color css

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

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

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

border-color css

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

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

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