Html Css Color HEX #130850 Paua

📋 copy color: '#130850'

red 19 ◦ green 8 ◦ blue 80

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

Shades of Paua #130850

Tints of Paua #130850

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.48%

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

R = 17.76%
G = 7.48%
B = 74.77%

CMYK

 C value IS 0.76

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#130850 (or 0x130850) is known color: Paua. HEX triplet: 13, 08 and 50. RGB value is (19,8,80). Sum of RGB (Red+Green+Blue) = 19+8+80=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 80 (31.64% from 255 or 74.77% from 107); Max value from RGB is 80 - color contains mainly: blue. Hex color #130850 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130850 is #ECF7AF. Grayscale: #131313. Windows color (decimal): -15529904 or 5244947. OLE color: 5244947.

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

Color convert

RGB 19 8 80 -
CMYK 0.76 0.90 0 0.69
HSL 249.17º 0.82% 0.17% -
HSV(B) 249.17º 0.9% 0.31% -
XYZ 1.8 0.89 7.67 -
YUV 19.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 19 8 80 0.76 0.90 0 0.69 249.17 0.82 0.17
Hex 13 8 50 4C 5A 0 45 F9 52 11
Octal 23 10 120 114 132 0 105 371 122 21
Binary 10011 1000 1010000 1001100 1011010 0 1000101 11111001 1010010 10001

Color Harmonies of #130850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130850

Black with #130850

Text Example


Text Example

White with #130850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130850; }

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

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

background-color css

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

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

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

border-color css

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

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

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