Html Css Color HEX #130E47 Paua

📋 copy color: '#130E47'

red 19 ◦ green 14 ◦ blue 71

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

Shades of Paua #130E47

Tints of Paua #130E47

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.46%

 BLUE value IS 71 (28.13% from 255) = 68.27%

R = 18.27%
G = 13.46%
B = 68.27%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#130E47 (or 0x130E47) is known color: Paua. HEX triplet: 13, 0E and 47. RGB value is (19,14,71). Sum of RGB (Red+Green+Blue) = 19+14+71=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 71 (28.12% from 255 or 68.27% from 104); Max value from RGB is 71 - color contains mainly: blue. Hex color #130E47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E47 is #ECF1B8. Grayscale: #151515. Windows color (decimal): -15528377 or 4656659. OLE color: 4656659.

HSL color Cylindrical-coordinate representation of color #130E47: hue angle of 245.26º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #130E47 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 14 71 -
CMYK 0.73 0.80 0 0.72
HSL 245.26º 0.67% 0.17% -
HSV(B) 245.26º 0.8% 0.28% -
XYZ 1.56 0.91 6.05 -
YUV 21.99 155.66 125.87 -
System Red Green Blue C M Y K H S L
Decimal 19 14 71 0.73 0.80 0 0.72 245.26 0.67 0.17
Hex 13 E 47 49 50 0 48 F5 43 11
Octal 23 16 107 111 120 0 110 365 103 21
Binary 10011 1110 1000111 1001001 1010000 0 1001000 11110101 1000011 10001

Color Harmonies of #130E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E47

Black with #130E47

Text Example


Text Example

White with #130E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,14,71); }

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

background-color css

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

 a { background-color: rgb(19,14,71); }

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

border-color css

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

 span { border-color: rgb(19,14,71); }

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