Html Css Color HEX #131250 Paua

📋 copy color: '#131250'

red 19 ◦ green 18 ◦ blue 80

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

Shades of Paua #131250

Tints of Paua #131250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 68.38%

R = 16.24%
G = 15.38%
B = 68.38%

CMYK

 C value IS 0.76

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#131250 (or 0x131250) is known color: Paua. HEX triplet: 13, 12 and 50. RGB value is (19,18,80). Sum of RGB (Red+Green+Blue) = 19+18+80=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 80 (31.64% from 255 or 68.38% from 117); Max value from RGB is 80 - color contains mainly: blue. Hex color #131250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131250 is #ECEDAF. Grayscale: #191919. Windows color (decimal): -15527344 or 5247507. OLE color: 5247507.

HSL color Cylindrical-coordinate representation of color #131250: hue angle of 240.97º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #131250 is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 18 80 -
CMYK 0.76 0.78 0 0.69
HSL 240.97º 0.63% 0.19% -
HSV(B) 240.97º 0.78% 0.31% -
XYZ 1.93 1.15 7.71 -
YUV 25.37 158.83 123.46 -
System Red Green Blue C M Y K H S L
Decimal 19 18 80 0.76 0.78 0 0.69 240.97 0.63 0.19
Hex 13 12 50 4C 4E 0 45 F1 3F 13
Octal 23 22 120 114 116 0 105 361 77 23
Binary 10011 10010 1010000 1001100 1001110 0 1000101 11110001 111111 10011

Color Harmonies of #131250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131250

Black with #131250

Text Example


Text Example

White with #131250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131250; }

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

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

background-color css

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

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

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

border-color css

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

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

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