#130250

Color #130250 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #130250

Tints of Paua #130250

Color information

#130250 (or 0x130250) is unknown color: approx Paua. HEX triplet: 13, 02 and 50. RGB value is (19,2,80). Sum of RGB (Red+Green+Blue) = 19+2+80=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 80 (31.64% from 255 or 79.21% from 101); Max value from RGB is 80 - color contains mainly: blue. Hex color #130250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130250 is #ECFDAF. Grayscale: #0F0F0F. Windows color (decimal): -15531440 or 5243411. OLE color: 5243411.

HSL color Cylindrical-coordinate representation of color #130250: hue angle of 253.08º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #130250 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB19280-
CMYK0.760.9800.69
HSL253.08º95.12%16.08%-
HSV(B)253.08º97.5%31.37%-
XYZ1.740.767.64-
YUV15.98164.13130.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 2 (1.17% from 255) = 1.98%
BLUE value IS 80 (31.64% from 255) = 79.21%
R=18.81%
G=1.98%
B=79.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal192800.760.9800.69253.0895.1216.08
Hex132504C62045fd5f10
Octal232120114142010537513720
Binary10011101010000100110011000100100010111111101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130250; }

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

 H1.HeaderClassName
 {
   color: #130250;
 }
 .AnyTagClassName
 {
   color: #130250;
 }
</style>
background-color css

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

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

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

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

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

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