#130B41

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

Shades of Paua #130B41

Tints of Paua #130B41

Color information

#130B41 (or 0x130B41) is unknown color: approx Paua. HEX triplet: 13, 0B and 41. RGB value is (19,11,65). Sum of RGB (Red+Green+Blue) = 19+11+65=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 65 (25.78% from 255 or 68.42% from 95); Max value from RGB is 65 - color contains mainly: blue. Hex color #130B41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B41 is #ECF4BE. Grayscale: #131313. Windows color (decimal): -15529151 or 4262675. OLE color: 4262675.

HSL color Cylindrical-coordinate representation of color #130B41: hue angle of 248.89º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #130B41 is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB191165-
CMYK0.710.8300.75
HSL248.89º71.05%14.9%-
HSV(B)248.89º83.08%25.49%-
XYZ1.340.765.08-
YUV19.55153.65127.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20%
GREEN value IS 11 (4.69% from 255) = 11.58%
BLUE value IS 65 (25.78% from 255) = 68.42%
R=20%
G=11.58%
B=68.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1911650.710.8300.75248.8971.0514.9
Hex13B41475304Bf947f
Octal2313101107123011337110717
Binary100111011100000110001111010011010010111111100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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