Html Css Color HEX #130947 Paua

📋 copy color: '#130947'

red 19 ◦ green 9 ◦ blue 71

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

Shades of Paua #130947

Tints of Paua #130947

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.09%

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

R = 19.19%
G = 9.09%
B = 71.72%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#130947 (or 0x130947) is known color: Paua. HEX triplet: 13, 09 and 47. RGB value is (19,9,71). Sum of RGB (Red+Green+Blue) = 19+9+71=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 71 (28.12% from 255 or 71.72% from 99); Max value from RGB is 71 - color contains mainly: blue. Hex color #130947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130947 is #ECF6B8. Grayscale: #121212. Windows color (decimal): -15529657 or 4655379. OLE color: 4655379.

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

Color convert

RGB 19 9 71 -
CMYK 0.73 0.87 0 0.72
HSL 249.68º 0.78% 0.16% -
HSV(B) 249.68º 0.87% 0.28% -
XYZ 1.5 0.79 6.03 -
YUV 19.06 157.31 127.96 -
System Red Green Blue C M Y K H S L
Decimal 19 9 71 0.73 0.87 0 0.72 249.68 0.78 0.16
Hex 13 9 47 49 57 0 48 FA 4E 10
Octal 23 11 107 111 127 0 110 372 116 20
Binary 10011 1001 1000111 1001001 1010111 0 1001000 11111010 1001110 10000

Color Harmonies of #130947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130947

Black with #130947

Text Example


Text Example

White with #130947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130947; }

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

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

background-color css

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

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

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

border-color css

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

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

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