Html Css Color HEX #130852 Paua

📋 copy color: '#130852'

red 19 ◦ green 8 ◦ blue 82

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

Shades of Paua #130852

Tints of Paua #130852

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.34%

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

R = 17.43%
G = 7.34%
B = 75.23%

CMYK

 C value IS 0.77

 M value IS 0.90

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#130852 (or 0x130852) is known color: Paua. HEX triplet: 13, 08 and 52. RGB value is (19,8,82). Sum of RGB (Red+Green+Blue) = 19+8+82=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 82 (32.42% from 255 or 75.23% from 109); Max value from RGB is 82 - color contains mainly: blue. Hex color #130852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130852 is #ECF7AD. Grayscale: #131313. Windows color (decimal): -15529902 or 5376019. OLE color: 5376019.

HSL color Cylindrical-coordinate representation of color #130852: hue angle of 248.92º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #130852 is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 8 82 -
CMYK 0.77 0.90 0 0.68
HSL 248.92º 0.82% 0.18% -
HSV(B) 248.92º 0.9% 0.32% -
XYZ 1.88 0.92 8.06 -
YUV 19.73 163.14 127.48 -
System Red Green Blue C M Y K H S L
Decimal 19 8 82 0.77 0.90 0 0.68 248.92 0.82 0.18
Hex 13 8 52 4D 5A 0 44 F9 52 12
Octal 23 10 122 115 132 0 104 371 122 22
Binary 10011 1000 1010010 1001101 1011010 0 1000100 11111001 1010010 10010

Color Harmonies of #130852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130852

Black with #130852

Text Example


Text Example

White with #130852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130852; }

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

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

background-color css

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

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

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

border-color css

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

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

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