Html Css Color HEX #130D4A Paua

📋 copy color: '#130D4A'

red 19 ◦ green 13 ◦ blue 74

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

Shades of Paua #130D4A

Tints of Paua #130D4A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.26%

 BLUE value IS 74 (29.3% from 255) = 69.81%

R = 17.92%
G = 12.26%
B = 69.81%

CMYK

 C value IS 0.74

 M value IS 0.82

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#130D4A (or 0x130D4A) is known color: Paua. HEX triplet: 13, 0D and 4A. RGB value is (19,13,74). Sum of RGB (Red+Green+Blue) = 19+13+74=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 74 (29.30% from 255 or 69.81% from 106); Max value from RGB is 74 - color contains mainly: blue. Hex color #130D4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D4A is #ECF2B5. Grayscale: #151515. Windows color (decimal): -15528630 or 4853011. OLE color: 4853011.

HSL color Cylindrical-coordinate representation of color #130D4A: hue angle of 245.9º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #130D4A is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 13 74 -
CMYK 0.74 0.82 0 0.71
HSL 245.9º 0.7% 0.17% -
HSV(B) 245.9º 0.82% 0.29% -
XYZ 1.65 0.92 6.57 -
YUV 21.75 157.49 126.04 -
System Red Green Blue C M Y K H S L
Decimal 19 13 74 0.74 0.82 0 0.71 245.9 0.7 0.17
Hex 13 D 4A 4A 52 0 47 F6 46 11
Octal 23 15 112 112 122 0 107 366 106 21
Binary 10011 1101 1001010 1001010 1010010 0 1000111 11110110 1000110 10001

Color Harmonies of #130D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130D4A

Black with #130D4A

Text Example


Text Example

White with #130D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,13,74); }

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

background-color css

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

 a { background-color: rgb(19,13,74); }

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

border-color css

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

 span { border-color: rgb(19,13,74); }

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