Html Css Color HEX #131651 Paua

📋 copy color: '#131651'

red 19 ◦ green 22 ◦ blue 81

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

Shades of Paua #131651

Tints of Paua #131651

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.03%

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

R = 15.57%
G = 18.03%
B = 66.39%

CMYK

 C value IS 0.77

 M value IS 0.73

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#131651 (or 0x131651) is known color: Paua. HEX triplet: 13, 16 and 51. RGB value is (19,22,81). Sum of RGB (Red+Green+Blue) = 19+22+81=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 81 (32.03% from 255 or 66.39% from 122); Max value from RGB is 81 - color contains mainly: blue. Hex color #131651 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131651 is #ECE9AE. Grayscale: #1B1B1B. Windows color (decimal): -15526319 or 5314067. OLE color: 5314067.

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

Color convert

RGB 19 22 81 -
CMYK 0.77 0.73 0 0.68
HSL 237.1º 0.62% 0.2% -
HSV(B) 237.1º 0.77% 0.32% -
XYZ 2.04 1.31 7.93 -
YUV 27.83 158.01 121.7 -
System Red Green Blue C M Y K H S L
Decimal 19 22 81 0.77 0.73 0 0.68 237.1 0.62 0.2
Hex 13 16 51 4D 49 0 44 ED 3E 14
Octal 23 26 121 115 111 0 104 355 76 24
Binary 10011 10110 1010001 1001101 1001001 0 1000100 11101101 111110 10100

Color Harmonies of #131651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131651

Black with #131651

Text Example


Text Example

White with #131651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131651; }

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

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

background-color css

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

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

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

border-color css

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

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

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