Html Css Color HEX #130151 Paua

📋 copy color: '#130151'

red 19 ◦ green 1 ◦ blue 81

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

Shades of Paua #130151

Tints of Paua #130151

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.99%

 BLUE value IS 81 (32.03% from 255) = 80.2%

R = 18.81%
G = 0.99%
B = 80.2%

CMYK

 C value IS 0.77

 M value IS 0.99

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#130151 (or 0x130151) is known color: Paua. HEX triplet: 13, 01 and 51. RGB value is (19,1,81). Sum of RGB (Red+Green+Blue) = 19+1+81=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 81 (32.03% from 255 or 80.20% from 101); Max value from RGB is 81 - color contains mainly: blue. Hex color #130151 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130151 is #ECFEAE. Grayscale: #0F0F0F. Windows color (decimal): -15531695 or 5308691. OLE color: 5308691.

HSL color Cylindrical-coordinate representation of color #130151: hue angle of 253.5º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #130151 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 1 81 -
CMYK 0.77 0.99 0 0.68
HSL 253.5º 0.98% 0.16% -
HSV(B) 253.5º 0.99% 0.32% -
XYZ 1.76 0.75 7.84 -
YUV 15.5 164.96 130.5 -
System Red Green Blue C M Y K H S L
Decimal 19 1 81 0.77 0.99 0 0.68 253.5 0.98 0.16
Hex 13 1 51 4D 63 0 44 FE 62 10
Octal 23 1 121 115 143 0 104 376 142 20
Binary 10011 1 1010001 1001101 1100011 0 1000100 11111110 1100010 10000

Color Harmonies of #130151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130151

Black with #130151

Text Example


Text Example

White with #130151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130151; }

 p { color: rgb(19,1,81); }

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

background-color css

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

 a { background-color: rgb(19,1,81); }

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

border-color css

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

 span { border-color: rgb(19,1,81); }

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