Html Css Color HEX #191246 Paua

📋 copy color: '#191246'

red 25 ◦ green 18 ◦ blue 70

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

Shades of Paua #191246

Tints of Paua #191246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.93%

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

R = 22.12%
G = 15.93%
B = 61.95%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#191246 (or 0x191246) is known color: Paua. HEX triplet: 19, 12 and 46. RGB value is (25,18,70). Sum of RGB (Red+Green+Blue) = 25+18+70=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 70 (27.73% from 255 or 61.95% from 113); Max value from RGB is 70 - color contains mainly: blue. Hex color #191246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191246 is #E6EDB9. Grayscale: #191919. Windows color (decimal): -15134138 or 4592153. OLE color: 4592153.

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

Color convert

RGB 25 18 70 -
CMYK 0.64 0.74 0 0.73
HSL 248.08º 0.59% 0.17% -
HSV(B) 248.08º 0.74% 0.27% -
XYZ 1.72 1.08 5.91 -
YUV 26.02 152.82 127.27 -
System Red Green Blue C M Y K H S L
Decimal 25 18 70 0.64 0.74 0 0.73 248.08 0.59 0.17
Hex 19 12 46 40 4A 0 49 F8 3B 11
Octal 31 22 106 100 112 0 111 370 73 21
Binary 11001 10010 1000110 1000000 1001010 0 1001001 11111000 111011 10001

Color Harmonies of #191246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191246

Black with #191246

Text Example


Text Example

White with #191246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191246; }

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

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

background-color css

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

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

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

border-color css

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

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

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