Html Css Color HEX #131047 Paua

📋 copy color: '#131047'

red 19 ◦ green 16 ◦ blue 71

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

Shades of Paua #131047

Tints of Paua #131047

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.09%

 BLUE value IS 71 (28.13% from 255) = 66.98%

R = 17.92%
G = 15.09%
B = 66.98%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#131047 (or 0x131047) is known color: Paua. HEX triplet: 13, 10 and 47. RGB value is (19,16,71). Sum of RGB (Red+Green+Blue) = 19+16+71=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 71 (28.12% from 255 or 66.98% from 106); Max value from RGB is 71 - color contains mainly: blue. Hex color #131047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131047 is #ECEFB8. Grayscale: #161616. Windows color (decimal): -15527865 or 4657171. OLE color: 4657171.

HSL color Cylindrical-coordinate representation of color #131047: hue angle of 243.27º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #131047 is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 16 71 -
CMYK 0.73 0.77 0 0.72
HSL 243.27º 0.63% 0.17% -
HSV(B) 243.27º 0.77% 0.28% -
XYZ 1.59 0.96 6.06 -
YUV 23.17 154.99 125.03 -
System Red Green Blue C M Y K H S L
Decimal 19 16 71 0.73 0.77 0 0.72 243.27 0.63 0.17
Hex 13 10 47 49 4D 0 48 F3 3F 11
Octal 23 20 107 111 115 0 110 363 77 21
Binary 10011 10000 1000111 1001001 1001101 0 1001000 11110011 111111 10001

Color Harmonies of #131047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131047

Black with #131047

Text Example


Text Example

White with #131047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131047; }

 p { color: rgb(19,16,71); }

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

background-color css

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

 a { background-color: rgb(19,16,71); }

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

border-color css

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

 span { border-color: rgb(19,16,71); }

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