Html Css Color HEX #13064C Paua

📋 copy color: '#13064C'

red 19 ◦ green 6 ◦ blue 76

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

Shades of Paua #13064C

Tints of Paua #13064C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 75.25%

R = 18.81%
G = 5.94%
B = 75.25%

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

#13064C (or 0x13064C) is known color: Paua. HEX triplet: 13, 06 and 4C. RGB value is (19,6,76). Sum of RGB (Red+Green+Blue) = 19+6+76=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 76 (30.08% from 255 or 75.25% from 101); Max value from RGB is 76 - color contains mainly: blue. Hex color #13064C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13064C is #ECF9B3. Grayscale: #111111. Windows color (decimal): -15530420 or 4982291. OLE color: 4982291.

HSL color Cylindrical-coordinate representation of color #13064C: hue angle of 251.14º degrees, saturation: 0.85, 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 #13064C is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 6 76 -
CMYK 0.75 0.92 0 0.70
HSL 251.14º 0.85% 0.16% -
HSV(B) 251.14º 0.92% 0.3% -
XYZ 1.64 0.79 6.9 -
YUV 17.87 160.81 128.81 -
System Red Green Blue C M Y K H S L
Decimal 19 6 76 0.75 0.92 0 0.70 251.14 0.85 0.16
Hex 13 6 4C 4B 5C 0 46 FB 55 10
Octal 23 6 114 113 134 0 106 373 125 20
Binary 10011 110 1001100 1001011 1011100 0 1000110 11111011 1010101 10000

Color Harmonies of #13064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13064C

Black with #13064C

Text Example


Text Example

White with #13064C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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