Html Css Color HEX #13144A Paua

📋 copy color: '#13144A'

red 19 ◦ green 20 ◦ blue 74

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

Shades of Paua #13144A

Tints of Paua #13144A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.7%

 BLUE value IS 74 (29.3% from 255) = 65.49%

R = 16.81%
G = 17.7%
B = 65.49%

CMYK

 C value IS 0.74

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#13144A (or 0x13144A) is known color: Paua. HEX triplet: 13, 14 and 4A. RGB value is (19,20,74). Sum of RGB (Red+Green+Blue) = 19+20+74=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 74 (29.30% from 255 or 65.49% from 113); Max value from RGB is 74 - color contains mainly: blue. Hex color #13144A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13144A is #ECEBB5. Grayscale: #191919. Windows color (decimal): -15526838 or 4854803. OLE color: 4854803.

HSL color Cylindrical-coordinate representation of color #13144A: hue angle of 238.91º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13144A is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 20 74 -
CMYK 0.74 0.73 0 0.71
HSL 238.91º 0.59% 0.18% -
HSV(B) 238.91º 0.74% 0.29% -
XYZ 1.75 1.13 6.6 -
YUV 25.86 155.17 123.11 -
System Red Green Blue C M Y K H S L
Decimal 19 20 74 0.74 0.73 0 0.71 238.91 0.59 0.18
Hex 13 14 4A 4A 49 0 47 EF 3B 12
Octal 23 24 112 112 111 0 107 357 73 22
Binary 10011 10100 1001010 1001010 1001001 0 1000111 11101111 111011 10010

Color Harmonies of #13144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13144A

Black with #13144A

Text Example


Text Example

White with #13144A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13144A; }

 p { color: rgb(19,20,74); }

 H1.HeaderClassName
 {
   color: #13144A;
 }
 .AnyTagClassName
 {
   color: #13144A;
 }
</style>

background-color css

<style>
 a { background-color: #13144A; }

 a { background-color: rgb(19,20,74); }

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

border-color css

<style>
 span { border-color: #13144A; }

 span { border-color: rgb(19,20,74); }

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