Html Css Color HEX #131149 Paua

📋 copy color: '#131149'

red 19 ◦ green 17 ◦ blue 73

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

Shades of Paua #131149

Tints of Paua #131149

RGB

 RED value IS 19 (7.81% from 255) = 17.43%

 GREEN value IS 17 (7.03% from 255) = 15.6%

 BLUE value IS 73 (28.91% from 255) = 66.97%

R = 17.43%
G = 15.6%
B = 66.97%

CMYK

 C value IS 0.74

 M value IS 0.77

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#131149 (or 0x131149) is known color: Paua. HEX triplet: 13, 11 and 49. RGB value is (19,17,73). Sum of RGB (Red+Green+Blue) = 19+17+73=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 73 (28.91% from 255 or 66.97% from 109); Max value from RGB is 73 - color contains mainly: blue. Hex color #131149 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131149 is #ECEEB6. Grayscale: #171717. Windows color (decimal): -15527607 or 4788499. OLE color: 4788499.

HSL color Cylindrical-coordinate representation of color #131149: hue angle of 242.14º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #131149 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 17 73 -
CMYK 0.74 0.77 0 0.71
HSL 242.14º 0.62% 0.18% -
HSV(B) 242.14º 0.77% 0.29% -
XYZ 1.67 1.02 6.41 -
YUV 23.98 155.66 124.45 -
System Red Green Blue C M Y K H S L
Decimal 19 17 73 0.74 0.77 0 0.71 242.14 0.62 0.18
Hex 13 11 49 4A 4D 0 47 F2 3E 12
Octal 23 21 111 112 115 0 107 362 76 22
Binary 10011 10001 1001001 1001010 1001101 0 1000111 11110010 111110 10010

Color Harmonies of #131149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131149

Black with #131149

Text Example


Text Example

White with #131149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131149; }

 p { color: rgb(19,17,73); }

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

background-color css

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

 a { background-color: rgb(19,17,73); }

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

border-color css

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

 span { border-color: rgb(19,17,73); }

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