Html Css Color HEX #191953 Paua

📋 copy color: '#191953'

red 25 ◦ green 25 ◦ blue 83

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

Shades of Paua #191953

Tints of Paua #191953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.8%

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

R = 18.8%
G = 18.8%
B = 62.41%

CMYK

 C value IS 0.70

 M value IS 0.70

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#191953 (or 0x191953) is known color: Paua. HEX triplet: 19, 19 and 53. RGB value is (25,25,83). Sum of RGB (Red+Green+Blue) = 25+25+83=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #191953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191953 is #E6E6AC. Grayscale: #1F1F1F. Windows color (decimal): -15132333 or 5445913. OLE color: 5445913.

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

Color convert

RGB 25 25 83 -
CMYK 0.70 0.70 0 0.67
HSL 240º 0.54% 0.21% -
HSV(B) 240º 0.7% 0.33% -
XYZ 2.31 1.53 8.36 -
YUV 31.61 157 123.28 -
System Red Green Blue C M Y K H S L
Decimal 25 25 83 0.70 0.70 0 0.67 240 0.54 0.21
Hex 19 19 53 46 46 0 43 F0 36 15
Octal 31 31 123 106 106 0 103 360 66 25
Binary 11001 11001 1010011 1000110 1000110 0 1000011 11110000 110110 10101

Color Harmonies of #191953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191953

Black with #191953

Text Example


Text Example

White with #191953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191953; }

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

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

background-color css

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

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

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

border-color css

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

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

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