Html Css Color HEX #13064E Paua

📋 copy color: '#13064E'

red 19 ◦ green 6 ◦ blue 78

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

Shades of Paua #13064E

Tints of Paua #13064E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 75.73%

R = 18.45%
G = 5.83%
B = 75.73%

CMYK

 C value IS 0.76

 M value IS 0.92

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#13064E (or 0x13064E) is known color: Paua. HEX triplet: 13, 06 and 4E. RGB value is (19,6,78). Sum of RGB (Red+Green+Blue) = 19+6+78=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 78 (30.86% from 255 or 75.73% from 103); Max value from RGB is 78 - color contains mainly: blue. Hex color #13064E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13064E is #ECF9B1. Grayscale: #111111. Windows color (decimal): -15530418 or 5113363. OLE color: 5113363.

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

Color convert

RGB 19 6 78 -
CMYK 0.76 0.92 0 0.69
HSL 250.83º 0.86% 0.16% -
HSV(B) 250.83º 0.92% 0.31% -
XYZ 1.71 0.82 7.28 -
YUV 18.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 19 6 78 0.76 0.92 0 0.69 250.83 0.86 0.16
Hex 13 6 4E 4C 5C 0 45 FB 56 10
Octal 23 6 116 114 134 0 105 373 126 20
Binary 10011 110 1001110 1001100 1011100 0 1000101 11111011 1010110 10000

Color Harmonies of #13064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13064E

Black with #13064E

Text Example


Text Example

White with #13064E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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