Html Css Color HEX #130F52 Paua

📋 copy color: '#130F52'

red 19 ◦ green 15 ◦ blue 82

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

Shades of Paua #130F52

Tints of Paua #130F52

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.93%

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

R = 16.38%
G = 12.93%
B = 70.69%

CMYK

 C value IS 0.77

 M value IS 0.82

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#130F52 (or 0x130F52) is known color: Paua. HEX triplet: 13, 0F and 52. RGB value is (19,15,82). Sum of RGB (Red+Green+Blue) = 19+15+82=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 15 (6.25% from 255 or 12.93% from 116); Blue value is 82 (32.42% from 255 or 70.69% from 116); Max value from RGB is 82 - color contains mainly: blue. Hex color #130F52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130F52 is #ECF0AD. Grayscale: #171717. Windows color (decimal): -15528110 or 5377811. OLE color: 5377811.

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

Color convert

RGB 19 15 82 -
CMYK 0.77 0.82 0 0.68
HSL 243.58º 0.69% 0.19% -
HSV(B) 243.58º 0.82% 0.32% -
XYZ 1.96 1.09 8.09 -
YUV 23.83 160.83 124.55 -
System Red Green Blue C M Y K H S L
Decimal 19 15 82 0.77 0.82 0 0.68 243.58 0.69 0.19
Hex 13 F 52 4D 52 0 44 F4 45 13
Octal 23 17 122 115 122 0 104 364 105 23
Binary 10011 1111 1010010 1001101 1010010 0 1000100 11110100 1000101 10011

Color Harmonies of #130F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F52

Black with #130F52

Text Example


Text Example

White with #130F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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