Html Css Color HEX #130D4C Paua

📋 copy color: '#130D4C'

red 19 ◦ green 13 ◦ blue 76

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

Shades of Paua #130D4C

Tints of Paua #130D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 70.37%

R = 17.59%
G = 12.04%
B = 70.37%

CMYK

 C value IS 0.75

 M value IS 0.83

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#130D4C (or 0x130D4C) is known color: Paua. HEX triplet: 13, 0D and 4C. RGB value is (19,13,76). Sum of RGB (Red+Green+Blue) = 19+13+76=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 76 (30.08% from 255 or 70.37% from 108); Max value from RGB is 76 - color contains mainly: blue. Hex color #130D4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D4C is #ECF2B3. Grayscale: #151515. Windows color (decimal): -15528628 or 4984083. OLE color: 4984083.

HSL color Cylindrical-coordinate representation of color #130D4C: hue angle of 245.71º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #130D4C is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 13 76 -
CMYK 0.75 0.83 0 0.70
HSL 245.71º 0.71% 0.17% -
HSV(B) 245.71º 0.83% 0.3% -
XYZ 1.72 0.95 6.93 -
YUV 21.98 158.49 125.88 -
System Red Green Blue C M Y K H S L
Decimal 19 13 76 0.75 0.83 0 0.70 245.71 0.71 0.17
Hex 13 D 4C 4B 53 0 46 F6 47 11
Octal 23 15 114 113 123 0 106 366 107 21
Binary 10011 1101 1001100 1001011 1010011 0 1000110 11110110 1000111 10001

Color Harmonies of #130D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130D4C

Black with #130D4C

Text Example


Text Example

White with #130D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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