Html Css Color HEX #13114D Paua

📋 copy color: '#13114D'

red 19 ◦ green 17 ◦ blue 77

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

Shades of Paua #13114D

Tints of Paua #13114D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.04%

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

R = 16.81%
G = 15.04%
B = 68.14%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#13114D (or 0x13114D) is known color: Paua. HEX triplet: 13, 11 and 4D. RGB value is (19,17,77). Sum of RGB (Red+Green+Blue) = 19+17+77=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 77 (30.47% from 255 or 68.14% from 113); Max value from RGB is 77 - color contains mainly: blue. Hex color #13114D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13114D is #ECEEB2. Grayscale: #181818. Windows color (decimal): -15527603 or 5050643. OLE color: 5050643.

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

Color convert

RGB 19 17 77 -
CMYK 0.75 0.78 0 0.70
HSL 242º 0.64% 0.18% -
HSV(B) 242º 0.78% 0.3% -
XYZ 1.81 1.08 7.13 -
YUV 24.44 157.66 124.12 -
System Red Green Blue C M Y K H S L
Decimal 19 17 77 0.75 0.78 0 0.70 242 0.64 0.18
Hex 13 11 4D 4B 4E 0 46 F2 40 12
Octal 23 21 115 113 116 0 106 362 100 22
Binary 10011 10001 1001101 1001011 1001110 0 1000110 11110010 1000000 10010

Color Harmonies of #13114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13114D

Black with #13114D

Text Example


Text Example

White with #13114D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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