Html Css Color HEX #131552 Paua

📋 copy color: '#131552'

red 19 ◦ green 21 ◦ blue 82

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

Shades of Paua #131552

Tints of Paua #131552

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.21%

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

R = 15.57%
G = 17.21%
B = 67.21%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#131552 (or 0x131552) is known color: Paua. HEX triplet: 13, 15 and 52. RGB value is (19,21,82). Sum of RGB (Red+Green+Blue) = 19+21+82=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 82 (32.42% from 255 or 67.21% from 122); Max value from RGB is 82 - color contains mainly: blue. Hex color #131552 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131552 is #ECEAAD. Grayscale: #1B1B1B. Windows color (decimal): -15526574 or 5379347. OLE color: 5379347.

HSL color Cylindrical-coordinate representation of color #131552: hue angle of 238.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 #131552 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 21 82 -
CMYK 0.77 0.74 0 0.68
HSL 238.1º 0.62% 0.2% -
HSV(B) 238.1º 0.77% 0.32% -
XYZ 2.06 1.28 8.12 -
YUV 27.36 158.84 122.04 -
System Red Green Blue C M Y K H S L
Decimal 19 21 82 0.77 0.74 0 0.68 238.1 0.62 0.2
Hex 13 15 52 4D 4A 0 44 EE 3E 14
Octal 23 25 122 115 112 0 104 356 76 24
Binary 10011 10101 1010010 1001101 1001010 0 1000100 11101110 111110 10100

Color Harmonies of #131552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131552

Black with #131552

Text Example


Text Example

White with #131552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131552; }

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

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

background-color css

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

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

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

border-color css

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

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

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