Html Css Color HEX #191648 Paua

📋 copy color: '#191648'

red 25 ◦ green 22 ◦ blue 72

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

Shades of Paua #191648

Tints of Paua #191648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.49%

 BLUE value IS 72 (28.52% from 255) = 60.5%

R = 21.01%
G = 18.49%
B = 60.5%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#191648 (or 0x191648) is known color: Paua. HEX triplet: 19, 16 and 48. RGB value is (25,22,72). Sum of RGB (Red+Green+Blue) = 25+22+72=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 72 (28.52% from 255 or 60.50% from 119); Max value from RGB is 72 - color contains mainly: blue. Hex color #191648 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191648 is #E6E9B7. Grayscale: #1C1C1C. Windows color (decimal): -15133112 or 4724249. OLE color: 4724249.

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

Color convert

RGB 25 22 72 -
CMYK 0.65 0.69 0 0.72
HSL 243.6º 0.53% 0.18% -
HSV(B) 243.6º 0.69% 0.28% -
XYZ 1.86 1.25 6.27 -
YUV 28.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 25 22 72 0.65 0.69 0 0.72 243.6 0.53 0.18
Hex 19 16 48 41 45 0 48 F4 35 12
Octal 31 26 110 101 105 0 110 364 65 22
Binary 11001 10110 1001000 1000001 1000101 0 1001000 11110100 110101 10010

Color Harmonies of #191648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191648

Black with #191648

Text Example


Text Example

White with #191648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191648; }

 p { color: rgb(25,22,72); }

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

background-color css

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

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

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

border-color css

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

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

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