Html Css Color HEX #130C52 Paua

📋 copy color: '#130C52'

red 19 ◦ green 12 ◦ blue 82

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

Shades of Paua #130C52

Tints of Paua #130C52

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.62%

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

R = 16.81%
G = 10.62%
B = 72.57%

CMYK

 C value IS 0.77

 M value IS 0.85

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#130C52 (or 0x130C52) is known color: Paua. HEX triplet: 13, 0C and 52. RGB value is (19,12,82). Sum of RGB (Red+Green+Blue) = 19+12+82=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 82 (32.42% from 255 or 72.57% from 113); Max value from RGB is 82 - color contains mainly: blue. Hex color #130C52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130C52 is #ECF3AD. Grayscale: #151515. Windows color (decimal): -15528878 or 5377043. OLE color: 5377043.

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

Color convert

RGB 19 12 82 -
CMYK 0.77 0.85 0 0.68
HSL 246º 0.74% 0.18% -
HSV(B) 246º 0.85% 0.32% -
XYZ 1.92 1.01 8.08 -
YUV 22.07 161.82 125.81 -
System Red Green Blue C M Y K H S L
Decimal 19 12 82 0.77 0.85 0 0.68 246 0.74 0.18
Hex 13 C 52 4D 55 0 44 F6 4A 12
Octal 23 14 122 115 125 0 104 366 112 22
Binary 10011 1100 1010010 1001101 1010101 0 1000100 11110110 1001010 10010

Color Harmonies of #130C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130C52

Black with #130C52

Text Example


Text Example

White with #130C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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