Html Css Color HEX #191353 Paua

📋 copy color: '#191353'

red 25 ◦ green 19 ◦ blue 83

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

Shades of Paua #191353

Tints of Paua #191353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 65.35%

R = 19.69%
G = 14.96%
B = 65.35%

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

#191353 (or 0x191353) is known color: Paua. HEX triplet: 19, 13 and 53. RGB value is (25,19,83). Sum of RGB (Red+Green+Blue) = 25+19+83=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 83 (32.81% from 255 or 65.35% from 127); Max value from RGB is 83 - color contains mainly: blue. Hex color #191353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191353 is #E6ECAC. Grayscale: #1B1B1B. Windows color (decimal): -15133869 or 5444377. OLE color: 5444377.

HSL color Cylindrical-coordinate representation of color #191353: hue angle of 245.62º 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 #191353 is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 19 83 -
CMYK 0.70 0.77 0 0.67
HSL 245.63º 0.63% 0.2% -
HSV(B) 245.63º 0.77% 0.33% -
XYZ 2.2 1.3 8.32 -
YUV 28.09 158.99 125.8 -
System Red Green Blue C M Y K H S L
Decimal 25 19 83 0.70 0.77 0 0.67 245.63 0.63 0.2
Hex 19 13 53 46 4D 0 43 F6 3F 14
Octal 31 23 123 106 115 0 103 366 77 24
Binary 11001 10011 1010011 1000110 1001101 0 1000011 11110110 111111 10100

Color Harmonies of #191353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191353

Black with #191353

Text Example


Text Example

White with #191353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191353; }

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

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

background-color css

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

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

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

border-color css

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

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

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