Html Css Color HEX #130C46 Paua

📋 copy color: '#130C46'

red 19 ◦ green 12 ◦ blue 70

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

Shades of Paua #130C46

Tints of Paua #130C46

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.88%

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

R = 18.81%
G = 11.88%
B = 69.31%

CMYK

 C value IS 0.73

 M value IS 0.83

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#130C46 (or 0x130C46) is known color: Paua. HEX triplet: 13, 0C and 46. RGB value is (19,12,70). Sum of RGB (Red+Green+Blue) = 19+12+70=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 70 (27.73% from 255 or 69.31% from 101); Max value from RGB is 70 - color contains mainly: blue. Hex color #130C46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130C46 is #ECF3B9. Grayscale: #141414. Windows color (decimal): -15528890 or 4590611. OLE color: 4590611.

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

Color convert

RGB 19 12 70 -
CMYK 0.73 0.83 0 0.73
HSL 247.24º 0.71% 0.16% -
HSV(B) 247.24º 0.83% 0.27% -
XYZ 1.51 0.84 5.88 -
YUV 20.71 155.82 126.78 -
System Red Green Blue C M Y K H S L
Decimal 19 12 70 0.73 0.83 0 0.73 247.24 0.71 0.16
Hex 13 C 46 49 53 0 49 F7 47 10
Octal 23 14 106 111 123 0 111 367 107 20
Binary 10011 1100 1000110 1001001 1010011 0 1001001 11110111 1000111 10000

Color Harmonies of #130C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130C46

Black with #130C46

Text Example


Text Example

White with #130C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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