Html Css Color HEX #13064A Paua

📋 copy color: '#13064A'

red 19 ◦ green 6 ◦ blue 74

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

Shades of Paua #13064A

Tints of Paua #13064A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.06%

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

R = 19.19%
G = 6.06%
B = 74.75%

CMYK

 C value IS 0.74

 M value IS 0.92

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#13064A (or 0x13064A) is known color: Paua. HEX triplet: 13, 06 and 4A. RGB value is (19,6,74). Sum of RGB (Red+Green+Blue) = 19+6+74=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 74 (29.30% from 255 or 74.75% from 99); Max value from RGB is 74 - color contains mainly: blue. Hex color #13064A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13064A is #ECF9B5. Grayscale: #111111. Windows color (decimal): -15530422 or 4851219. OLE color: 4851219.

HSL color Cylindrical-coordinate representation of color #13064A: hue angle of 251.47º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13064A is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 6 74 -
CMYK 0.74 0.92 0 0.71
HSL 251.47º 0.85% 0.16% -
HSV(B) 251.47º 0.92% 0.29% -
XYZ 1.57 0.76 6.54 -
YUV 17.64 159.81 128.97 -
System Red Green Blue C M Y K H S L
Decimal 19 6 74 0.74 0.92 0 0.71 251.47 0.85 0.16
Hex 13 6 4A 4A 5C 0 47 FB 55 10
Octal 23 6 112 112 134 0 107 373 125 20
Binary 10011 110 1001010 1001010 1011100 0 1000111 11111011 1010101 10000

Color Harmonies of #13064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13064A

Black with #13064A

Text Example


Text Example

White with #13064A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13064A; }

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

 H1.HeaderClassName
 {
   color: #13064A;
 }
 .AnyTagClassName
 {
   color: #13064A;
 }
</style>

background-color css

<style>
 a { background-color: #13064A; }

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

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

border-color css

<style>
 span { border-color: #13064A; }

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

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