Html Css Color HEX #13114C Paua

📋 copy color: '#13114C'

red 19 ◦ green 17 ◦ blue 76

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

Shades of Paua #13114C

Tints of Paua #13114C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 67.86%

R = 16.96%
G = 15.18%
B = 67.86%

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

#13114C (or 0x13114C) is known color: Paua. HEX triplet: 13, 11 and 4C. RGB value is (19,17,76). Sum of RGB (Red+Green+Blue) = 19+17+76=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 76 (30.08% from 255 or 67.86% from 112); Max value from RGB is 76 - color contains mainly: blue. Hex color #13114C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13114C is #ECEEB3. Grayscale: #181818. Windows color (decimal): -15527604 or 4985107. OLE color: 4985107.

HSL color Cylindrical-coordinate representation of color #13114C: hue angle of 242.03º degrees, saturation: 0.63, 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 #13114C is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 17 76 -
CMYK 0.75 0.78 0 0.70
HSL 242.03º 0.63% 0.18% -
HSV(B) 242.03º 0.78% 0.3% -
XYZ 1.77 1.06 6.95 -
YUV 24.32 157.16 124.2 -
System Red Green Blue C M Y K H S L
Decimal 19 17 76 0.75 0.78 0 0.70 242.03 0.63 0.18
Hex 13 11 4C 4B 4E 0 46 F2 3F 12
Octal 23 21 114 113 116 0 106 362 77 22
Binary 10011 10001 1001100 1001011 1001110 0 1000110 11110010 111111 10010

Color Harmonies of #13114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13114C

Black with #13114C

Text Example


Text Example

White with #13114C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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