Html Css Color HEX #13064D Paua

📋 copy color: '#13064D'

red 19 ◦ green 6 ◦ blue 77

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

Shades of Paua #13064D

Tints of Paua #13064D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 75.49%

R = 18.63%
G = 5.88%
B = 75.49%

CMYK

 C value IS 0.75

 M value IS 0.92

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#13064D (or 0x13064D) is known color: Paua. HEX triplet: 13, 06 and 4D. RGB value is (19,6,77). Sum of RGB (Red+Green+Blue) = 19+6+77=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 6 (2.73% from 255 or 5.88% from 102); Blue value is 77 (30.47% from 255 or 75.49% from 102); Max value from RGB is 77 - color contains mainly: blue. Hex color #13064D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13064D is #ECF9B2. Grayscale: #111111. Windows color (decimal): -15530419 or 5047827. OLE color: 5047827.

HSL color Cylindrical-coordinate representation of color #13064D: hue angle of 250.99º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13064D is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 6 77 -
CMYK 0.75 0.92 0 0.70
HSL 250.99º 0.86% 0.16% -
HSV(B) 250.99º 0.92% 0.3% -
XYZ 1.67 0.8 7.09 -
YUV 17.98 161.31 128.73 -
System Red Green Blue C M Y K H S L
Decimal 19 6 77 0.75 0.92 0 0.70 250.99 0.86 0.16
Hex 13 6 4D 4B 5C 0 46 FB 56 10
Octal 23 6 115 113 134 0 106 373 126 20
Binary 10011 110 1001101 1001011 1011100 0 1000110 11111011 1010110 10000

Color Harmonies of #13064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13064D

Black with #13064D

Text Example


Text Example

White with #13064D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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