Html Css Color HEX #191844 Paua

📋 copy color: '#191844'

red 25 ◦ green 24 ◦ blue 68

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

Shades of Paua #191844

Tints of Paua #191844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 58.12%

R = 21.37%
G = 20.51%
B = 58.12%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#191844 (or 0x191844) is known color: Paua. HEX triplet: 19, 18 and 44. RGB value is (25,24,68). Sum of RGB (Red+Green+Blue) = 25+24+68=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 68 (26.95% from 255 or 58.12% from 117); Max value from RGB is 68 - color contains mainly: blue. Hex color #191844 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191844 is #E6E7BB. Grayscale: #1D1D1D. Windows color (decimal): -15132604 or 4462617. OLE color: 4462617.

HSL color Cylindrical-coordinate representation of color #191844: hue angle of 241.36º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #191844 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 25 24 68 -
CMYK 0.63 0.65 0 0.73
HSL 241.36º 0.48% 0.18% -
HSV(B) 241.36º 0.65% 0.27% -
XYZ 1.77 1.28 5.62 -
YUV 29.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 25 24 68 0.63 0.65 0 0.73 241.36 0.48 0.18
Hex 19 18 44 3F 41 0 49 F1 30 12
Octal 31 30 104 77 101 0 111 361 60 22
Binary 11001 11000 1000100 111111 1000001 0 1001001 11110001 110000 10010

Color Harmonies of #191844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191844

Black with #191844

Text Example


Text Example

White with #191844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191844; }

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

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

background-color css

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

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

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

border-color css

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

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

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