#13093F

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

Shades of Tolopea #13093F

Tints of Tolopea #13093F

Color information

#13093F (or 0x13093F) is unknown color: approx Tolopea. HEX triplet: 13, 09 and 3F. RGB value is (19,9,63). Sum of RGB (Red+Green+Blue) = 19+9+63=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 63 (25% from 255 or 69.23% from 91); Max value from RGB is 63 - color contains mainly: blue. Hex color #13093F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13093F is #ECF6C0. Grayscale: #111111. Windows color (decimal): -15529665 or 4131091. OLE color: 4131091.

HSL color Cylindrical-coordinate representation of color #13093F: hue angle of 251.11º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13093F is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB19963-
CMYK0.700.8600.75
HSL251.11º75%14.12%-
HSV(B)251.11º85.71%24.71%-
XYZ1.260.694.77-
YUV18.15153.31128.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.88%
GREEN value IS 9 (3.91% from 255) = 9.89%
BLUE value IS 63 (25% from 255) = 69.23%
R=20.88%
G=9.89%
B=69.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal199630.700.8600.75251.117514.12
Hex1393F465604Bfb4be
Octal231177106126011337311316
Binary10011100111111110001101010110010010111111101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13093F; }

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

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

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

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

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

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

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

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