Html Css Color HEX #131452 Paua

📋 copy color: '#131452'

red 19 ◦ green 20 ◦ blue 82

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

Shades of Paua #131452

Tints of Paua #131452

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.53%

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

R = 15.7%
G = 16.53%
B = 67.77%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#131452 (or 0x131452) is known color: Paua. HEX triplet: 13, 14 and 52. RGB value is (19,20,82). Sum of RGB (Red+Green+Blue) = 19+20+82=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 82 (32.42% from 255 or 67.77% from 121); Max value from RGB is 82 - color contains mainly: blue. Hex color #131452 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131452 is #ECEBAD. Grayscale: #1A1A1A. Windows color (decimal): -15526830 or 5379091. OLE color: 5379091.

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

Color convert

RGB 19 20 82 -
CMYK 0.77 0.76 0 0.68
HSL 239.05º 0.62% 0.2% -
HSV(B) 239.05º 0.77% 0.32% -
XYZ 2.04 1.25 8.12 -
YUV 26.77 159.17 122.46 -
System Red Green Blue C M Y K H S L
Decimal 19 20 82 0.77 0.76 0 0.68 239.05 0.62 0.2
Hex 13 14 52 4D 4C 0 44 EF 3E 14
Octal 23 24 122 115 114 0 104 357 76 24
Binary 10011 10100 1010010 1001101 1001100 0 1000100 11101111 111110 10100

Color Harmonies of #131452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131452

Black with #131452

Text Example


Text Example

White with #131452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131452; }

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

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

background-color css

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

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

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

border-color css

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

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

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