Html Css Color HEX #131148 Paua

📋 copy color: '#131148'

red 19 ◦ green 17 ◦ blue 72

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

Shades of Paua #131148

Tints of Paua #131148

RGB

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

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

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

R = 17.59%
G = 15.74%
B = 66.67%

CMYK

 C value IS 0.74

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#131148 (or 0x131148) is known color: Paua. HEX triplet: 13, 11 and 48. RGB value is (19,17,72). Sum of RGB (Red+Green+Blue) = 19+17+72=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 72 (28.52% from 255 or 66.67% from 108); Max value from RGB is 72 - color contains mainly: blue. Hex color #131148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131148 is #ECEEB7. Grayscale: #171717. Windows color (decimal): -15527608 or 4722963. OLE color: 4722963.

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

Color convert

RGB 19 17 72 -
CMYK 0.74 0.76 0 0.72
HSL 242.18º 0.62% 0.17% -
HSV(B) 242.18º 0.76% 0.28% -
XYZ 1.64 1.01 6.24 -
YUV 23.87 155.16 124.53 -
System Red Green Blue C M Y K H S L
Decimal 19 17 72 0.74 0.76 0 0.72 242.18 0.62 0.17
Hex 13 11 48 4A 4C 0 48 F2 3E 11
Octal 23 21 110 112 114 0 110 362 76 21
Binary 10011 10001 1001000 1001010 1001100 0 1001000 11110010 111110 10001

Color Harmonies of #131148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131148

Black with #131148

Text Example


Text Example

White with #131148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131148; }

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

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

background-color css

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

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

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

border-color css

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

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

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