Html Css Color HEX #191354 Paua

📋 copy color: '#191354'

red 25 ◦ green 19 ◦ blue 84

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

Shades of Paua #191354

Tints of Paua #191354

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.84%

 BLUE value IS 84 (33.2% from 255) = 65.63%

R = 19.53%
G = 14.84%
B = 65.63%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#191354 (or 0x191354) is known color: Paua. HEX triplet: 19, 13 and 54. RGB value is (25,19,84). Sum of RGB (Red+Green+Blue) = 25+19+84=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 84 (33.20% from 255 or 65.62% from 128); Max value from RGB is 84 - color contains mainly: blue. Hex color #191354 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191354 is #E6ECAB. Grayscale: #1B1B1B. Windows color (decimal): -15133868 or 5509913. OLE color: 5509913.

HSL color Cylindrical-coordinate representation of color #191354: hue angle of 245.54º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #191354 is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 19 84 -
CMYK 0.70 0.77 0 0.67
HSL 245.54º 0.63% 0.2% -
HSV(B) 245.54º 0.77% 0.33% -
XYZ 2.23 1.31 8.52 -
YUV 28.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 25 19 84 0.70 0.77 0 0.67 245.54 0.63 0.2
Hex 19 13 54 46 4D 0 43 F6 3F 14
Octal 31 23 124 106 115 0 103 366 77 24
Binary 11001 10011 1010100 1000110 1001101 0 1000011 11110110 111111 10100

Color Harmonies of #191354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191354

Black with #191354

Text Example


Text Example

White with #191354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191354; }

 p { color: rgb(25,19,84); }

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

background-color css

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

 a { background-color: rgb(25,19,84); }

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

border-color css

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

 span { border-color: rgb(25,19,84); }

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