Html Css Color HEX #131752 Paua

📋 copy color: '#131752'

red 19 ◦ green 23 ◦ blue 82

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

Shades of Paua #131752

Tints of Paua #131752

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.55%

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

R = 15.32%
G = 18.55%
B = 66.13%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#131752 (or 0x131752) is known color: Paua. HEX triplet: 13, 17 and 52. RGB value is (19,23,82). Sum of RGB (Red+Green+Blue) = 19+23+82=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 82 (32.42% from 255 or 66.13% from 124); Max value from RGB is 82 - color contains mainly: blue. Hex color #131752 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131752 is #ECE8AD. Grayscale: #1C1C1C. Windows color (decimal): -15526062 or 5379859. OLE color: 5379859.

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

Color convert

RGB 19 23 82 -
CMYK 0.77 0.72 0 0.68
HSL 236.19º 0.62% 0.2% -
HSV(B) 236.19º 0.77% 0.32% -
XYZ 2.1 1.36 8.13 -
YUV 28.53 158.17 121.2 -
System Red Green Blue C M Y K H S L
Decimal 19 23 82 0.77 0.72 0 0.68 236.19 0.62 0.2
Hex 13 17 52 4D 48 0 44 EC 3E 14
Octal 23 27 122 115 110 0 104 354 76 24
Binary 10011 10111 1010010 1001101 1001000 0 1000100 11101100 111110 10100

Color Harmonies of #131752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131752

Black with #131752

Text Example


Text Example

White with #131752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131752; }

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

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

background-color css

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

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

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

border-color css

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

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

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