Html Css Color HEX #13084D Paua

📋 copy color: '#13084D'

red 19 ◦ green 8 ◦ blue 77

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

Shades of Paua #13084D

Tints of Paua #13084D

RGB

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

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

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

R = 18.27%
G = 7.69%
B = 74.04%

CMYK

 C value IS 0.75

 M value IS 0.90

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#13084D (or 0x13084D) is known color: Paua. HEX triplet: 13, 08 and 4D. RGB value is (19,8,77). Sum of RGB (Red+Green+Blue) = 19+8+77=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 77 (30.47% from 255 or 74.04% from 104); Max value from RGB is 77 - color contains mainly: blue. Hex color #13084D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13084D is #ECF7B2. Grayscale: #121212. Windows color (decimal): -15529907 or 5048339. OLE color: 5048339.

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

Color convert

RGB 19 8 77 -
CMYK 0.75 0.90 0 0.70
HSL 249.57º 0.81% 0.17% -
HSV(B) 249.57º 0.9% 0.3% -
XYZ 1.69 0.85 7.1 -
YUV 19.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 19 8 77 0.75 0.90 0 0.70 249.57 0.81 0.17
Hex 13 8 4D 4B 5A 0 46 FA 51 11
Octal 23 10 115 113 132 0 106 372 121 21
Binary 10011 1000 1001101 1001011 1011010 0 1000110 11111010 1010001 10001

Color Harmonies of #13084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13084D

Black with #13084D

Text Example


Text Example

White with #13084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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