Html Css Color HEX #130E46 Paua

📋 copy color: '#130E46'

red 19 ◦ green 14 ◦ blue 70

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

Shades of Paua #130E46

Tints of Paua #130E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 67.96%

R = 18.45%
G = 13.59%
B = 67.96%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#130E46 (or 0x130E46) is known color: Paua. HEX triplet: 13, 0E and 46. RGB value is (19,14,70). Sum of RGB (Red+Green+Blue) = 19+14+70=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 70 (27.73% from 255 or 67.96% from 103); Max value from RGB is 70 - color contains mainly: blue. Hex color #130E46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E46 is #ECF1B9. Grayscale: #151515. Windows color (decimal): -15528378 or 4591123. OLE color: 4591123.

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

Color convert

RGB 19 14 70 -
CMYK 0.73 0.80 0 0.73
HSL 245.36º 0.67% 0.16% -
HSV(B) 245.36º 0.8% 0.27% -
XYZ 1.53 0.89 5.89 -
YUV 21.88 155.16 125.95 -
System Red Green Blue C M Y K H S L
Decimal 19 14 70 0.73 0.80 0 0.73 245.36 0.67 0.16
Hex 13 E 46 49 50 0 49 F5 43 10
Octal 23 16 106 111 120 0 111 365 103 20
Binary 10011 1110 1000110 1001001 1010000 0 1001001 11110101 1000011 10000

Color Harmonies of #130E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E46

Black with #130E46

Text Example


Text Example

White with #130E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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