Html Css Color HEX #191453 Paua

📋 copy color: '#191453'

red 25 ◦ green 20 ◦ blue 83

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

Shades of Paua #191453

Tints of Paua #191453

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.63%

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

R = 19.53%
G = 15.63%
B = 64.84%

CMYK

 C value IS 0.70

 M value IS 0.76

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#191453 (or 0x191453) is known color: Paua. HEX triplet: 19, 14 and 53. RGB value is (25,20,83). Sum of RGB (Red+Green+Blue) = 25+20+83=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 83 (32.81% from 255 or 64.84% from 128); Max value from RGB is 83 - color contains mainly: blue. Hex color #191453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191453 is #E6EBAC. Grayscale: #1C1C1C. Windows color (decimal): -15133613 or 5444633. OLE color: 5444633.

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

Color convert

RGB 25 20 83 -
CMYK 0.70 0.76 0 0.67
HSL 244.76º 0.61% 0.2% -
HSV(B) 244.76º 0.76% 0.33% -
XYZ 2.21 1.33 8.32 -
YUV 28.68 158.66 125.38 -
System Red Green Blue C M Y K H S L
Decimal 25 20 83 0.70 0.76 0 0.67 244.76 0.61 0.2
Hex 19 14 53 46 4C 0 43 F5 3D 14
Octal 31 24 123 106 114 0 103 365 75 24
Binary 11001 10100 1010011 1000110 1001100 0 1000011 11110101 111101 10100

Color Harmonies of #191453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191453

Black with #191453

Text Example


Text Example

White with #191453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191453; }

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

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

background-color css

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

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

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

border-color css

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

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

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