Html Css Color HEX #131048 Paua

📋 copy color: '#131048'

red 19 ◦ green 16 ◦ blue 72

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

Shades of Paua #131048

Tints of Paua #131048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.95%

 BLUE value IS 72 (28.52% from 255) = 67.29%

R = 17.76%
G = 14.95%
B = 67.29%

CMYK

 C value IS 0.74

 M value IS 0.78

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#131048 (or 0x131048) is known color: Paua. HEX triplet: 13, 10 and 48. RGB value is (19,16,72). Sum of RGB (Red+Green+Blue) = 19+16+72=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 72 (28.52% from 255 or 67.29% from 107); Max value from RGB is 72 - color contains mainly: blue. Hex color #131048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131048 is #ECEFB7. Grayscale: #171717. Windows color (decimal): -15527864 or 4722707. OLE color: 4722707.

HSL color Cylindrical-coordinate representation of color #131048: hue angle of 243.21º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #131048 is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 16 72 -
CMYK 0.74 0.78 0 0.72
HSL 243.21º 0.64% 0.17% -
HSV(B) 243.21º 0.78% 0.28% -
XYZ 1.62 0.98 6.23 -
YUV 23.28 155.49 124.95 -
System Red Green Blue C M Y K H S L
Decimal 19 16 72 0.74 0.78 0 0.72 243.21 0.64 0.17
Hex 13 10 48 4A 4E 0 48 F3 40 11
Octal 23 20 110 112 116 0 110 363 100 21
Binary 10011 10000 1001000 1001010 1001110 0 1001000 11110011 1000000 10001

Color Harmonies of #131048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131048

Black with #131048

Text Example


Text Example

White with #131048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131048; }

 p { color: rgb(19,16,72); }

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

background-color css

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

 a { background-color: rgb(19,16,72); }

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

border-color css

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

 span { border-color: rgb(19,16,72); }

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