Html Css Color HEX #13084E Paua

📋 copy color: '#13084E'

red 19 ◦ green 8 ◦ blue 78

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

Shades of Paua #13084E

Tints of Paua #13084E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.62%

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

R = 18.1%
G = 7.62%
B = 74.29%

CMYK

 C value IS 0.76

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#13084E (or 0x13084E) is known color: Paua. HEX triplet: 13, 08 and 4E. RGB value is (19,8,78). Sum of RGB (Red+Green+Blue) = 19+8+78=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 78 (30.86% from 255 or 74.29% from 105); Max value from RGB is 78 - color contains mainly: blue. Hex color #13084E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13084E is #ECF7B1. Grayscale: #131313. Windows color (decimal): -15529906 or 5113875. OLE color: 5113875.

HSL color Cylindrical-coordinate representation of color #13084E: hue angle of 249.43º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13084E is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 8 78 -
CMYK 0.76 0.90 0 0.69
HSL 249.43º 0.81% 0.17% -
HSV(B) 249.43º 0.9% 0.31% -
XYZ 1.73 0.86 7.28 -
YUV 19.27 161.14 127.81 -
System Red Green Blue C M Y K H S L
Decimal 19 8 78 0.76 0.90 0 0.69 249.43 0.81 0.17
Hex 13 8 4E 4C 5A 0 45 F9 51 11
Octal 23 10 116 114 132 0 105 371 121 21
Binary 10011 1000 1001110 1001100 1011010 0 1000101 11111001 1010001 10001

Color Harmonies of #13084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13084E

Black with #13084E

Text Example


Text Example

White with #13084E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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