Html Css Color HEX #130351 Paua

📋 copy color: '#130351'

red 19 ◦ green 3 ◦ blue 81

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

Shades of Paua #130351

Tints of Paua #130351

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.91%

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

R = 18.45%
G = 2.91%
B = 78.64%

CMYK

 C value IS 0.77

 M value IS 0.96

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#130351 (or 0x130351) is known color: Paua. HEX triplet: 13, 03 and 51. RGB value is (19,3,81). Sum of RGB (Red+Green+Blue) = 19+3+81=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 81 (32.03% from 255 or 78.64% from 103); Max value from RGB is 81 - color contains mainly: blue. Hex color #130351 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130351 is #ECFCAE. Grayscale: #101010. Windows color (decimal): -15531183 or 5309203. OLE color: 5309203.

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

Color convert

RGB 19 3 81 -
CMYK 0.77 0.96 0 0.68
HSL 252.31º 0.93% 0.16% -
HSV(B) 252.31º 0.96% 0.32% -
XYZ 1.79 0.8 7.84 -
YUV 16.68 164.3 129.66 -
System Red Green Blue C M Y K H S L
Decimal 19 3 81 0.77 0.96 0 0.68 252.31 0.93 0.16
Hex 13 3 51 4D 60 0 44 FC 5D 10
Octal 23 3 121 115 140 0 104 374 135 20
Binary 10011 11 1010001 1001101 1100000 0 1000100 11111100 1011101 10000

Color Harmonies of #130351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130351

Black with #130351

Text Example


Text Example

White with #130351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130351; }

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

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

background-color css

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

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

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

border-color css

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

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

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