#130C3F

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

Shades of Tolopea #130C3F

Tints of Tolopea #130C3F

Color information

#130C3F (or 0x130C3F) is unknown color: approx Tolopea. HEX triplet: 13, 0C and 3F. RGB value is (19,12,63). Sum of RGB (Red+Green+Blue) = 19+12+63=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 63 (25% from 255 or 67.02% from 94); Max value from RGB is 63 - color contains mainly: blue. Hex color #130C3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130C3F is #ECF3C0. Grayscale: #131313. Windows color (decimal): -15528897 or 4131859. OLE color: 4131859.

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

Color convert

RGB191263-
CMYK0.700.8100.75
HSL248.24º68%14.71%-
HSV(B)248.24º80.95%24.71%-
XYZ1.30.764.78-
YUV19.91152.32127.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.21%
GREEN value IS 12 (5.08% from 255) = 12.77%
BLUE value IS 63 (25% from 255) = 67.02%
R=20.21%
G=12.77%
B=67.02%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1912630.700.8100.75248.246814.71
Hex13C3F465104Bf844f
Octal231477106121011337010417
Binary10011110011111110001101010001010010111111100010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,12,63); }

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

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

 a { background-color: rgb(19,12,63); }

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

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

 span { border-color: rgb(19,12,63); }

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