Html Css Color HEX #191847 Paua

📋 copy color: '#191847'

red 25 ◦ green 24 ◦ blue 71

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

Shades of Paua #191847

Tints of Paua #191847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 59.17%

R = 20.83%
G = 20%
B = 59.17%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#191847 (or 0x191847) is known color: Paua. HEX triplet: 19, 18 and 47. RGB value is (25,24,71). Sum of RGB (Red+Green+Blue) = 25+24+71=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 71 (28.12% from 255 or 59.17% from 120); Max value from RGB is 71 - color contains mainly: blue. Hex color #191847 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191847 is #E6E7B8. Grayscale: #1D1D1D. Windows color (decimal): -15132601 or 4659225. OLE color: 4659225.

HSL color Cylindrical-coordinate representation of color #191847: hue angle of 241.28º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #191847 is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 25 24 71 -
CMYK 0.65 0.66 0 0.72
HSL 241.28º 0.49% 0.19% -
HSV(B) 241.28º 0.66% 0.28% -
XYZ 1.86 1.31 6.12 -
YUV 29.66 151.33 124.68 -
System Red Green Blue C M Y K H S L
Decimal 25 24 71 0.65 0.66 0 0.72 241.28 0.49 0.19
Hex 19 18 47 41 42 0 48 F1 31 13
Octal 31 30 107 101 102 0 110 361 61 23
Binary 11001 11000 1000111 1000001 1000010 0 1001000 11110001 110001 10011

Color Harmonies of #191847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191847

Black with #191847

Text Example


Text Example

White with #191847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191847; }

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

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

background-color css

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

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

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

border-color css

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

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

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