#130B50

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

Shades of Paua #130B50

Tints of Paua #130B50

Color information

#130B50 (or 0x130B50) is unknown color: approx Paua. HEX triplet: 13, 0B and 50. RGB value is (19,11,80). Sum of RGB (Red+Green+Blue) = 19+11+80=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 80 (31.64% from 255 or 72.73% from 110); Max value from RGB is 80 - color contains mainly: blue. Hex color #130B50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130B50 is #ECF4AF. Grayscale: #141414. Windows color (decimal): -15529136 or 5245715. OLE color: 5245715.

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

Color convert

RGB191180-
CMYK0.760.8600.69
HSL246.96º75.82%17.84%-
HSV(B)246.96º86.25%31.37%-
XYZ1.840.967.68-
YUV21.26161.15126.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.27%
GREEN value IS 11 (4.69% from 255) = 10%
BLUE value IS 80 (31.64% from 255) = 72.73%
R=17.27%
G=10%
B=72.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1911800.760.8600.69246.9675.8217.84
Hex13B504C56045f74c12
Octal2313120114126010536711422
Binary1001110111010000100110010101100100010111110111100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130B50; }

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

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

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

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

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

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

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

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