Html Css Color HEX #191846 Paua

📋 copy color: '#191846'

red 25 ◦ green 24 ◦ blue 70

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

Shades of Paua #191846

Tints of Paua #191846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 58.82%

R = 21.01%
G = 20.17%
B = 58.82%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#191846 (or 0x191846) is known color: Paua. HEX triplet: 19, 18 and 46. RGB value is (25,24,70). Sum of RGB (Red+Green+Blue) = 25+24+70=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 70 (27.73% from 255 or 58.82% from 119); Max value from RGB is 70 - color contains mainly: blue. Hex color #191846 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191846 is #E6E7B9. Grayscale: #1D1D1D. Windows color (decimal): -15132602 or 4593689. OLE color: 4593689.

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

Color convert

RGB 25 24 70 -
CMYK 0.64 0.66 0 0.73
HSL 241.3º 0.49% 0.18% -
HSV(B) 241.3º 0.66% 0.27% -
XYZ 1.83 1.3 5.95 -
YUV 29.54 150.83 124.76 -
System Red Green Blue C M Y K H S L
Decimal 25 24 70 0.64 0.66 0 0.73 241.3 0.49 0.18
Hex 19 18 46 40 42 0 49 F1 31 12
Octal 31 30 106 100 102 0 111 361 61 22
Binary 11001 11000 1000110 1000000 1000010 0 1001001 11110001 110001 10010

Color Harmonies of #191846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191846

Black with #191846

Text Example


Text Example

White with #191846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191846; }

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

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

background-color css

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

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

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

border-color css

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

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

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