Html Css Color HEX #131248 Paua

📋 copy color: '#131248'

red 19 ◦ green 18 ◦ blue 72

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

Shades of Paua #131248

Tints of Paua #131248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.51%

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

R = 17.43%
G = 16.51%
B = 66.06%

CMYK

 C value IS 0.74

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#131248 (or 0x131248) is known color: Paua. HEX triplet: 13, 12 and 48. RGB value is (19,18,72). Sum of RGB (Red+Green+Blue) = 19+18+72=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 72 (28.52% from 255 or 66.06% from 109); Max value from RGB is 72 - color contains mainly: blue. Hex color #131248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131248 is #ECEDB7. Grayscale: #181818. Windows color (decimal): -15527352 or 4723219. OLE color: 4723219.

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

Color convert

RGB 19 18 72 -
CMYK 0.74 0.75 0 0.72
HSL 241.11º 0.6% 0.18% -
HSV(B) 241.11º 0.75% 0.28% -
XYZ 1.65 1.04 6.24 -
YUV 24.46 154.83 124.11 -
System Red Green Blue C M Y K H S L
Decimal 19 18 72 0.74 0.75 0 0.72 241.11 0.6 0.18
Hex 13 12 48 4A 4B 0 48 F1 3C 12
Octal 23 22 110 112 113 0 110 361 74 22
Binary 10011 10010 1001000 1001010 1001011 0 1001000 11110001 111100 10010

Color Harmonies of #131248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131248

Black with #131248

Text Example


Text Example

White with #131248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131248; }

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

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

background-color css

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

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

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

border-color css

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

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

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