#13023B

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

Shades of Tolopea #13023B

Tints of Tolopea #13023B

Color information

#13023B (or 0x13023B) is unknown color: approx Tolopea. HEX triplet: 13, 02 and 3B. RGB value is (19,2,59). Sum of RGB (Red+Green+Blue) = 19+2+59=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 2 (1.17% from 255 or 2.5% from 80); Blue value is 59 (23.44% from 255 or 73.75% from 80); Max value from RGB is 59 - color contains mainly: blue. Hex color #13023B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13023B is #ECFDC4. Grayscale: #0D0D0D. Windows color (decimal): -15531461 or 3867155. OLE color: 3867155.

HSL color Cylindrical-coordinate representation of color #13023B: hue angle of 257.89º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #13023B is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB19259-
CMYK0.680.9700.77
HSL257.89º93.44%11.96%-
HSV(B)257.89º96.61%23.14%-
XYZ1.080.54.18-
YUV13.58153.63131.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.75%
GREEN value IS 2 (1.17% from 255) = 2.5%
BLUE value IS 59 (23.44% from 255) = 73.75%
R=23.75%
G=2.5%
B=73.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal192590.680.9700.77257.8993.4411.96
Hex1323B446104D1025dc
Octal23273104141011540213514
Binary1001110111011100010011000010100110110000001010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13023B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13023B; }

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

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

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

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

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

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

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

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