Html Css Color HEX #130950 Paua

📋 copy color: '#130950'

red 19 ◦ green 9 ◦ blue 80

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

Shades of Paua #130950

Tints of Paua #130950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 74.07%

R = 17.59%
G = 8.33%
B = 74.07%

CMYK

 C value IS 0.76

 M value IS 0.89

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#130950 (or 0x130950) is known color: Paua. HEX triplet: 13, 09 and 50. RGB value is (19,9,80). Sum of RGB (Red+Green+Blue) = 19+9+80=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 80 (31.64% from 255 or 74.07% from 108); Max value from RGB is 80 - color contains mainly: blue. Hex color #130950 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130950 is #ECF6AF. Grayscale: #131313. Windows color (decimal): -15529648 or 5245203. OLE color: 5245203.

HSL color Cylindrical-coordinate representation of color #130950: hue angle of 248.45º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #130950 is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 9 80 -
CMYK 0.76 0.89 0 0.69
HSL 248.45º 0.8% 0.17% -
HSV(B) 248.45º 0.89% 0.31% -
XYZ 1.81 0.91 7.67 -
YUV 20.08 161.81 127.23 -
System Red Green Blue C M Y K H S L
Decimal 19 9 80 0.76 0.89 0 0.69 248.45 0.8 0.17
Hex 13 9 50 4C 59 0 45 F8 50 11
Octal 23 11 120 114 131 0 105 370 120 21
Binary 10011 1001 1010000 1001100 1011001 0 1000101 11111000 1010000 10001

Color Harmonies of #130950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130950

Black with #130950

Text Example


Text Example

White with #130950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130950; }

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

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

background-color css

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

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

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

border-color css

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

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

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