Html Css Color HEX #131246 Paua

📋 copy color: '#131246'

red 19 ◦ green 18 ◦ blue 70

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

Shades of Paua #131246

Tints of Paua #131246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 65.42%

R = 17.76%
G = 16.82%
B = 65.42%

CMYK

 C value IS 0.73

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#131246 (or 0x131246) is known color: Paua. HEX triplet: 13, 12 and 46. RGB value is (19,18,70). Sum of RGB (Red+Green+Blue) = 19+18+70=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 70 (27.73% from 255 or 65.42% from 107); Max value from RGB is 70 - color contains mainly: blue. Hex color #131246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131246 is #ECEDB9. Grayscale: #181818. Windows color (decimal): -15527354 or 4592147. OLE color: 4592147.

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

Color convert

RGB 19 18 70 -
CMYK 0.73 0.74 0 0.73
HSL 241.15º 0.59% 0.17% -
HSV(B) 241.15º 0.74% 0.27% -
XYZ 1.59 1.01 5.91 -
YUV 24.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 19 18 70 0.73 0.74 0 0.73 241.15 0.59 0.17
Hex 13 12 46 49 4A 0 49 F1 3B 11
Octal 23 22 106 111 112 0 111 361 73 21
Binary 10011 10010 1000110 1001001 1001010 0 1001001 11110001 111011 10001

Color Harmonies of #131246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131246

Black with #131246

Text Example


Text Example

White with #131246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131246; }

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

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

background-color css

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

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

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

border-color css

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

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

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