Html Css Color HEX #131152 Paua

📋 copy color: '#131152'

red 19 ◦ green 17 ◦ blue 82

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

Shades of Paua #131152

Tints of Paua #131152

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.41%

 BLUE value IS 82 (32.42% from 255) = 69.49%

R = 16.1%
G = 14.41%
B = 69.49%

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#131152 (or 0x131152) is known color: Paua. HEX triplet: 13, 11 and 52. RGB value is (19,17,82). Sum of RGB (Red+Green+Blue) = 19+17+82=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 82 (32.42% from 255 or 69.49% from 118); Max value from RGB is 82 - color contains mainly: blue. Hex color #131152 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131152 is #ECEEAD. Grayscale: #181818. Windows color (decimal): -15527598 or 5378323. OLE color: 5378323.

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

Color convert

RGB 19 17 82 -
CMYK 0.77 0.79 0 0.68
HSL 241.85º 0.66% 0.19% -
HSV(B) 241.85º 0.79% 0.32% -
XYZ 1.99 1.15 8.1 -
YUV 25.01 160.16 123.71 -
System Red Green Blue C M Y K H S L
Decimal 19 17 82 0.77 0.79 0 0.68 241.85 0.66 0.19
Hex 13 11 52 4D 4F 0 44 F2 42 13
Octal 23 21 122 115 117 0 104 362 102 23
Binary 10011 10001 1010010 1001101 1001111 0 1000100 11110010 1000010 10011

Color Harmonies of #131152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131152

Black with #131152

Text Example


Text Example

White with #131152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131152; }

 p { color: rgb(19,17,82); }

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

background-color css

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

 a { background-color: rgb(19,17,82); }

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

border-color css

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

 span { border-color: rgb(19,17,82); }

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