#14063E

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

Shades of Tolopea #14063E

Tints of Tolopea #14063E

Color information

#14063E (or 0x14063E) is unknown color: approx Tolopea. HEX triplet: 14, 06 and 3E. RGB value is (20,6,62). Sum of RGB (Red+Green+Blue) = 20+6+62=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 6 (2.73% from 255 or 6.82% from 88); Blue value is 62 (24.61% from 255 or 70.45% from 88); Max value from RGB is 62 - color contains mainly: blue. Hex color #14063E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14063E is #EBF9C1. Grayscale: #101010. Windows color (decimal): -15464898 or 4064788. OLE color: 4064788.

HSL color Cylindrical-coordinate representation of color #14063E: hue angle of 255º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14063E is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB20662-
CMYK0.680.9000.76
HSL255º82.35%13.33%-
HSV(B)255º90.32%24.31%-
XYZ1.220.634.61-
YUV16.57153.64130.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.73%
GREEN value IS 6 (2.73% from 255) = 6.82%
BLUE value IS 62 (24.61% from 255) = 70.45%
R=22.73%
G=6.82%
B=70.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal206620.680.9000.7625582.3513.33
Hex1463E445A04Cff52d
Octal24676104132011437712215
Binary1010011011111010001001011010010011001111111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14063E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14063E; }

 p { color: rgb(20,6,62); }

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

<style>
 a { background-color: #14063E; }

 a { background-color: rgb(20,6,62); }

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

<style>
 span { border-color: #14063E; }

 span { border-color: rgb(20,6,62); }

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